Class RadCommandBarVisualElement
Represents a base class for most of the RadCommandBar elements.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCommandBarVisualElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadCommandBarVisualElement()
Declaration
public RadCommandBarVisualElement()
Fields
cachedOrientation
Declaration
protected Orientation cachedOrientation
Field Value
System.Windows.Forms.Orientation
|
OrientationProperty
Properties
CommandRole
Determines the role of the element.
Declaration
public RadCommandBarRole CommandRole { get; set; }
Property Value
RadCommandBarRole
|
DisplayName
Gets or sets the name that is displayed in command bar dialogs and context menus.
Declaration
public string DisplayName { get; set; }
Property Value
System.String
|
Orientation
Gets or sets the orientation of the element - colud be horizontal or vertical.
Declaration
public virtual Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetBorderThickness(Boolean)
Declaration
protected override Padding GetBorderThickness(bool checkDrawBorder)
Parameters
System.Boolean
checkDrawBorder
|
Returns
System.Windows.Forms.Padding
|
Overrides
SetOwnerCommandBarCollection(CollectionBase)
Declaration
protected virtual void SetOwnerCommandBarCollection(CollectionBase ownerCollection)
Parameters
System.Collections.CollectionBase
ownerCollection
|