Class StripViewItemContainer
Inheritance
System.Object
StripViewItemContainer
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 StripViewItemContainer : RadPageViewElementBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
StripViewItemContainer()
Declaration
public StripViewItemContainer()
Fields
addButtonsPanel
Declaration
protected bool addButtonsPanel
Field Value
System.Boolean
|
Properties
ButtonsPanel
Gets the element which hosts and arranges all the items within the strip.
Declaration
public virtual StripViewButtonsPanel ButtonsPanel { get; }
Property Value
StripViewButtonsPanel
|
ItemLayout
Gets the element which hosts and arranges all the items within the strip.
Declaration
public StripViewItemLayout ItemLayout { get; }
Property Value
StripViewItemLayout
|
Methods
ArrangeItemLayout(RectangleF)
Declaration
protected virtual void ArrangeItemLayout(RectangleF availableRect)
Parameters
System.Drawing.RectangleF
availableRect
|
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CrateButtonsPanel()
Declaration
protected virtual StripViewButtonsPanel CrateButtonsPanel()
Returns
StripViewButtonsPanel
|
CrateItemsLayout()
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|