Class RadCommandBarMultilineToolstripHolderPanel
Inheritance
System.Object
RadCommandBarMultilineToolstripHolderPanel
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 RadCommandBarMultilineToolstripHolderPanel : RadCommandBarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IItemsOwner
Constructors
RadCommandBarMultilineToolstripHolderPanel()
Declaration
public RadCommandBarMultilineToolstripHolderPanel()
Fields
lines
Declaration
protected List<CommandBarRowElement> lines
Field Value
System.Collections.Generic.List<CommandBarRowElement>
|
stackLayout
Properties
Items
Declaration
public RadItemOwnerCollection Items { get; }
Property Value
RadItemOwnerCollection
|
Implements
Orientation
Gets or sets the elements orientation inside the stacklayout. Possible values are horizontal and vertical.
Declaration
[RadPropertyDefaultValue("Orientation", typeof(StackLayoutPanel))]
public override Orientation Orientation { get; set; }
Property Value
System.Windows.Forms.Orientation
|
Overrides
Methods
AddLine()
Declaration
protected virtual void AddLine()
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF arrangeSize)
Parameters
System.Drawing.SizeF
arrangeSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF constraint)
Parameters
System.Drawing.SizeF
constraint
|
Returns
System.Drawing.SizeF
|
Overrides
MoveToUpperLine(CommandBarStripElement, CommandBarRowElement)
Declaration
public virtual void MoveToUpperLine(CommandBarStripElement element, CommandBarRowElement currentHolder)
Parameters
CommandBarStripElement
element
|
CommandBarRowElement
currentHolder
|
SyncStackLayoutWithLines()
Declaration
protected virtual void SyncStackLayoutWithLines()