Class ContentControlPicker
Represents a content control containing a drop-down button.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI
Assembly: Telerik.Windows.Controls.RichTextBoxUI.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)
Declaration
public override void Initialize(ContentControlState state)
Parameters
ContentControlState
state
|