Class OverflowDropDownButtonElement
Represents a drop-down button element with support for an additional overflow image.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDock.dll
Syntax
[RadToolboxItem(false)]
public class OverflowDropDownButtonElement : RadDropDownButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDropDownMenuOwner, ISiteProvider, IItemsOwner, IImageElement
Constructors
OverflowDropDownButtonElement()
Declaration
public OverflowDropDownButtonElement()
Fields
OverflowImageProperty
A property to specify an additional image to be displayed when OverflowMode is true.
Declaration
public static RadProperty OverflowImageProperty
Field Value
RadProperty
|
OverflowModeProperty
A property to determine whether a OverflowDropDownButtonElement instance is currently in overflow mode.
Declaration
public static RadProperty OverflowModeProperty
Field Value
RadProperty
|
Properties
OverflowImage
Gets or sets the overflow image that is displayed on a button element.
Declaration
[RadPropertyDefaultValue("OverflowImage", typeof(OverflowDropDownButtonElement))]
public virtual Image OverflowImage { get; set; }
Property Value
System.Drawing.Image
|
OverflowMode
Gets or sets the drop down button is in overflow mode
Declaration
[RadPropertyDefaultValue("OverflowMode", typeof(OverflowDropDownButtonElement))]
public bool OverflowMode { get; set; }
Property Value
System.Boolean
|
Methods
OnPropertyChanged(RadPropertyChangedEventArgs)
Provides additional logic for synchronizing the overflow image.
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|