Class PictureControl
Represents the picture content control.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class PictureControl : ContentControlBase, IContentControl
Constructors
PictureControl()
Declaration
public PictureControl()
Fields
InsertPictureCommandProperty
Identifies the InsertPictureCommand dependecy property.
Declaration
public static readonly DependencyProperty InsertPictureCommandProperty
Field Value
System.Windows.DependencyProperty
|
Properties
InsertPictureCommand
Gets or sets value that indicates the command to be executed when new picture is to be inserted.
Declaration
public ICommand InsertPictureCommand { get; set; }
Property Value
System.Windows.Input.ICommand
|
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
UpdateState(ContentControlState)
Updates the state of the control.
Declaration
public override void UpdateState(ContentControlState state)
Parameters
ContentControlState
state
The state to be applied to the control. |