Class ContentControlPicker
Represents a content control containing a drop-down button.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ContentControlPicker : ButtonContentControl, IContentControl
Constructors
ContentControlPicker()
Declaration
public ContentControlPicker()
Fields
DropDownWidthProperty
Identifies the DropDownWidth dependency property.
Declaration
public static readonly DependencyProperty DropDownWidthProperty
Field Value
System.Windows.DependencyProperty
|
DropDownWidthPropertyKey
Declaration
public static readonly DependencyPropertyKey DropDownWidthPropertyKey
Field Value
System.Windows.DependencyPropertyKey
|
IsContentLockedProperty
Identifies the IsContentLocked dependency property.
Declaration
public static readonly DependencyProperty IsContentLockedProperty
Field Value
System.Windows.DependencyProperty
|
IsContentLockedPropertyKey
Declaration
public static readonly DependencyPropertyKey IsContentLockedPropertyKey
Field Value
System.Windows.DependencyPropertyKey
|
Properties
DropDownWidth
Gets the value that indicates the width of the drop down content.
Declaration
public double DropDownWidth { get; }
Property Value
System.Double
|
IsContentLocked
Gets the value that indicates whether or not the content can be edited.
Declaration
public bool IsContentLocked { get; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
System.Windows.Size
arrangeBounds
|
Returns
System.Windows.Size
|
Overrides
Initialize(ContentControlState)
Initializes the content control picker with the specified state.
Declaration
public override void Initialize(ContentControlState state)
Parameters
ContentControlState
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()