Class
ImageMiniToolBar

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ImageMiniToolBar : MiniToolBarBase, IImageMiniToolBar

Inheritance: objectMiniToolBarBaseImageMiniToolBar

Implements: IImageMiniToolBar

Inherited Members MiniToolBarBase.popupMiniToolBarBase.radRichTextBoxMiniToolBarBase.ShowPopup(Point, RadRichTextBox)MiniToolBarBase.HidePopup()MiniToolBarBase.SetOpacity(double)MiniToolBarBase.IsPopupOpenMiniToolBarBase.IsTransparencyEnabled

Constructors

ImageMiniToolBar()

Declaration

cs-api-definition
public ImageMiniToolBar()

Properties

CloseCommand

Declaration

cs-api-definition
public DelegateCommand CloseCommand { get; }

Property Value

DelegateCommand

FlipCommand

Declaration

cs-api-definition
public DelegateCommand FlipCommand { get; }

Property Value

DelegateCommand

RotateCommand

Declaration

cs-api-definition
public DelegateCommand RotateCommand { get; }

Property Value

DelegateCommand

ShowImageEditorDialogCommand

Declaration

cs-api-definition
public DelegateCommand ShowImageEditorDialogCommand { get; }

Property Value

DelegateCommand

Methods

Hide()

Hides the image mini toolbar.

Declaration

cs-api-definition
public void Hide()

Implements IImageMiniToolBar.Hide()

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

Show(Point, ImageInline, Action<ImageInline>, RadRichTextBox)

Displays the image mini toolbar at the specified location for the given image inline element.

Declaration

cs-api-definition
public void Show(Point location, ImageInline imageInline, Action<ImageInline> replaceCurrentImageCallback, RadRichTextBox owner)

Parameters

location

Point

The point where the mini toolbar should be displayed.

imageInline

ImageInline

The image inline element to which the mini toolbar is associated.

replaceCurrentImageCallback

Action<ImageInline>

owner

RadRichTextBox

The RadRichTextBox instance in which the image inline is contained.

Implements IImageMiniToolBar.Show(Point, ImageInline, Action<ImageInline>, RadRichTextBox)