ContentControlPicker
Represents a content control containing a drop-down button.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class ContentControlPicker : ButtonContentControl, IContentControl
Inheritance: objectContentControlBaseButtonContentControlContentControlPicker
Derived Classes:
Implements:
Inherited Members
Constructors
public ContentControlPicker()
Fields
DropDownWidthProperty
DependencyProperty
Identifies the DropDownWidth dependency property.
public static readonly DependencyProperty DropDownWidthProperty
DropDownWidthPropertyKey
DependencyPropertyKey
public static readonly DependencyPropertyKey DropDownWidthPropertyKey
IsContentLockedProperty
DependencyProperty
Identifies the IsContentLocked dependency property.
public static readonly DependencyProperty IsContentLockedProperty
IsContentLockedPropertyKey
DependencyPropertyKey
public static readonly DependencyPropertyKey IsContentLockedPropertyKey
Properties
Gets the value that indicates the width of the drop down content.
public double DropDownWidth { get; }
Gets the value that indicates whether or not the content can be edited.
public bool IsContentLocked { get; }
Methods
protected override Size ArrangeOverride(Size arrangeBounds)
Size
Overrides:
Initializes the content control picker with the specified state.
public override void Initialize(ContentControlState state)
The state of the content control to be initialized.
Overrides:
Called when the template for the control is applied. This method is responsible for initializing the visual and functional aspects of the control after the template has been applied.
public override void OnApplyTemplate()
Overrides: