ClassContentControlPicker
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
ContentControlPicker()
Declaration
public ContentControlPicker()
Fields
DropDownWidthProperty
Identifies the DropDownWidth dependency property.
Declaration
public static readonly DependencyProperty DropDownWidthProperty
Field Value
DependencyProperty
DropDownWidthPropertyKey
Declaration
public static readonly DependencyPropertyKey DropDownWidthPropertyKey
Field Value
DependencyPropertyKey
IsContentLockedProperty
Identifies the IsContentLocked dependency property.
Declaration
public static readonly DependencyProperty IsContentLockedProperty
Field Value
DependencyProperty
IsContentLockedPropertyKey
Declaration
public static readonly DependencyPropertyKey IsContentLockedPropertyKey
Field Value
DependencyPropertyKey
Properties
DropDownWidth
Gets the value that indicates the width of the drop down content.
IsContentLocked
Gets the value that indicates whether or not the content can be edited.
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
arrangeBounds
Size
Returns
Size
Overrides
Initialize(ContentControlState)
Initializes the content control picker with the specified state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
state
The state of the content control to be initialized.
Overrides
OnApplyTemplate()
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.
Declaration
public override void OnApplyTemplate()
Overrides