Class CommandBarSeparator
Represents a separator for the items in CommandBarStripElement.
Inheritance
System.Object
CommandBarSeparator
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarSeparator : RadCommandBarBaseItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
CommandBarSeparator()
Declaration
public CommandBarSeparator()
Fields
cachedThikness
Declaration
protected int cachedThikness
Field Value
System.Int32
|
ThiknessProperty
Properties
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
Thickness
Gets or sets the thickness of the separator item.
Declaration
public int Thickness { get; set; }
Property Value
System.Int32
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
OnOrientationChanged(EventArgs)
Declaration
protected override void OnOrientationChanged(EventArgs e)
Parameters
System.EventArgs
e
|