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
RadPageViewOutlookElement
owner
|
Fields
ItemSelectedProperty
Properties
AddRemoveButtonsItem
Gets the overflow menu item used to add/remove items in the stack.
Declaration
public RadMenuItem AddRemoveButtonsItem { get; }
Property Value
RadMenuItem
|
OverflowButtonElement
Gets the overflow menu button.
Declaration
public RadPageViewOutlookOverflowButton OverflowButtonElement { get; }
Property Value
RadPageViewOutlookOverflowButton
|
OverflowButtonsContainer
Gets an instance of the StackLayoutPanel class which is the layout panel that holds instances of the RadPageViewOutlookAssociatedButton class representing items currently collapsed by using the overflow grip.
Declaration
public StackLayoutPanel OverflowButtonsContainer { get; }
Property Value
StackLayoutPanel
|
OverflowMenu
Gets the overflow drop-down menu.
Declaration
public RadDropDownMenu OverflowMenu { get; }
Property Value
RadDropDownMenu
|
ShowFewerButtonsItem
Gets the overflow menu item used to show fewer items in the stack.
Declaration
public RadMenuItem ShowFewerButtonsItem { get; }
Property Value
RadMenuItem
|
ShowMoreButtonsItem
Gets the overflow menu item used to show more buttons in the stack.
Declaration
public RadMenuItem ShowMoreButtonsItem { get; }
Property Value
RadMenuItem
|
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
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
RegisterCollapsedItem(RadPageViewOutlookItem)
Declaration
public void RegisterCollapsedItem(RadPageViewOutlookItem stackItem)
Parameters
RadPageViewOutlookItem
stackItem
|
UnregisterCollapsedItem(RadPageViewOutlookItem)
Declaration
public void UnregisterCollapsedItem(RadPageViewOutlookItem stackItem)
Parameters
RadPageViewOutlookItem
stackItem
|