Class RadQuickAccessOverflowButton
Represents a toolstrip overflow button element.
Inheritance
System.Object
RadQuickAccessOverflowButton
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
[RadToolboxItem(false)]
[ComVisible(false)]
public class RadQuickAccessOverflowButton : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
RadQuickAccessOverflowButton()
Declaration
public RadQuickAccessOverflowButton()
Properties
ArrowPosition
Gets the drop down button arrow position.
Declaration
public override DropDownButtonArrowPosition ArrowPosition { get; }
Property Value
DropDownButtonArrowPosition
|
Overrides
Border
Fill
OverFlowPrimitive
Gets the overflow primitive.
Declaration
public OverflowPrimitive OverFlowPrimitive { get; }
Property Value
OverflowPrimitive
|
ShowArrow
Declaration
public override bool ShowArrow { get; }
Property Value
System.Boolean
|
Overrides
Methods
CreateChildElements()
Creates child elements.
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
ShowDropDownOnClick()
Declaration
protected override void ShowDropDownOnClick()
Overrides
ShowSmallArrows(Boolean)
Shows small arrows.
Declaration
public void ShowSmallArrows(bool show)
Parameters
System.Boolean
show
|