Class ButtonContentControl
Inheritance
Inherited Members
Namespace: Telerik.WinControls.RichTextEditor.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class ButtonContentControl : ContentControlBase, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop, IContentControl
Constructors
ButtonContentControl()
Declaration
public ButtonContentControl()
Fields
ButtonHeightProperty
Identifies the ButtonHeight dependency property.
Declaration
public static readonly RadProperty ButtonHeightProperty
Field Value
RadProperty
|
buttonOrigin
ButtonShouldBeVisibleProperty
Identifies the ButtonShouldBeVisible dependency property.
Declaration
public static readonly RadProperty ButtonShouldBeVisibleProperty
Field Value
RadProperty
|
ButtonWidthProperty
Identifies the ButtonWidth dependency property.
Declaration
public static readonly RadProperty ButtonWidthProperty
Field Value
RadProperty
|
Properties
ButtonContainer
Declaration
public ContentControlBorder ButtonContainer { get; }
Property Value
ContentControlBorder
|
ButtonElemement
ButtonHeight
Get or sets the value that indicates the height of the button.
Declaration
public double ButtonHeight { get; set; }
Property Value
System.Double
|
ButtonShouldBeVisible
Gets or sets the value that indicates whether the button should be visible or not.
Declaration
public bool ButtonShouldBeVisible { get; set; }
Property Value
System.Boolean
|
ButtonWidth
Gets or sets the value that indicates the width of the button.
Declaration
public double ButtonWidth { get; set; }
Property Value
System.Double
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF arrangeBounds)
Parameters
System.Drawing.SizeF
arrangeBounds
|
Returns
System.Drawing.SizeF
|
Overrides
CreateButtonContainerElement()
Declaration
protected virtual ContentControlBorder CreateButtonContainerElement()
Returns
ContentControlBorder
|
CreateButtonElement()
GetButtonShouldBeVisible(ContentControlState)
Declaration
protected virtual bool GetButtonShouldBeVisible(ContentControlState state)
Parameters
ContentControlState
state
|
Returns
System.Boolean
|
GetTemplateChild(String)
Declaration
protected override VisualElement GetTemplateChild(string childName)
Parameters
System.String
childName
|
Returns
VisualElement
|
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnApplyTemplate()
OnButtonElementClick(Object, EventArgs)
Declaration
protected virtual void OnButtonElementClick(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnStatePropertyChanged(Object, PropertyChangedEventArgs)
Declaration
protected override void OnStatePropertyChanged(object sender, PropertyChangedEventArgs e)
Parameters
System.Object
sender
|
System.ComponentModel.PropertyChangedEventArgs
e
|
Overrides
SyncDataContextChildState()
Declaration
protected override void SyncDataContextChildState()