Class OverflowItemsContainer
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class OverflowItemsContainer : RadPageViewElementBase, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
OverflowItemsContainer(RadPageViewOutlookElement)
Declaration
public OverflowItemsContainer(RadPageViewOutlookElement owner)
Parameters
Fields
ItemSelectedProperty
Properties
AddRemoveButtonsItem
Gets the overflow menu item used to add/remove items in the stack.
Declaration
public RadMenuItem AddRemoveButtonsItem { get; }
Property Value
OverflowButtonElement
Gets the overflow menu button.
Declaration
public RadPageViewOutlookOverflowButton OverflowButtonElement { get; }
Property Value
OverflowButtonsContainer
Gets an instance of the Stack
Declaration
public StackLayoutPanel OverflowButtonsContainer { get; }
Property Value
OverflowMenu
Gets the overflow drop-down menu.
Declaration
public RadDropDownMenu OverflowMenu { get; }
Property Value
ShowFewerButtonsItem
Gets the overflow menu item used to show fewer items in the stack.
Declaration
public RadMenuItem ShowFewerButtonsItem { get; }
Property Value
ShowMoreButtonsItem
Gets the overflow menu item used to show more buttons in the stack.
Declaration
public RadMenuItem ShowMoreButtonsItem { get; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
RegisterCollapsedItem(RadPageViewOutlookItem)
Declaration
public void RegisterCollapsedItem(RadPageViewOutlookItem stackItem)
Parameters
Rad
|
UnregisterCollapsedItem(RadPageViewOutlookItem)
Declaration
public void UnregisterCollapsedItem(RadPageViewOutlookItem stackItem)
Parameters
Rad
|