Class CommandBarHostItem
Represents a host for RadElement elements in CommandBarStripElement.
Inheritance
System.Object
CommandBarHostItem
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 CommandBarHostItem : RadCommandBarBaseItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
CommandBarHostItem()
Declaration
public CommandBarHostItem()
CommandBarHostItem(Control)
Declaration
public CommandBarHostItem(Control hostedControl)
Parameters
System.Windows.Forms.Control
hostedControl
|
CommandBarHostItem(RadElement)
Properties
HostedControl
Gets or sets the hosted System.Windows.Forms.Control.
Declaration
public Control HostedControl { get; set; }
Property Value
System.Windows.Forms.Control
|
HostedItem
Gets or sets the hosted RadElement.
Declaration
public RadElement HostedItem { get; set; }
Property Value
RadElement
|
VisibleInStrip
Show or hide item from the strip
Declaration
public override bool VisibleInStrip { get; set; }
Property Value
System.Boolean
|
Overrides
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|