Class RadSplitButton
Provides a menu-like interface within a button.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSplitButton : RadDropDownButton, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadSplitButton()
Declaration
public RadSplitButton()
Properties
DefaultItem
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
Overrides
DropDownButtonElement
Gets the instance of RadSplitButtonElement wrapped by this control. RadSplitButtonElement is the main element in the hierarchy tree and encapsulates the actual functionality of RadSplitButton.
Declaration
public RadSplitButtonElement DropDownButtonElement { get; }
Property Value
RadSplitButtonElement
|
Methods
ControlDefinesThemeForElement(RadElement)
Declaration
public override bool ControlDefinesThemeForElement(RadElement element)
Parameters
RadElement
element
|
Returns
System.Boolean
|
Overrides
CreateButtonElement()
Create main button element that is specific for RadSplitButton.
Declaration
protected override RadDropDownButtonElement CreateButtonElement()
Returns
RadDropDownButtonElement
The element that encapsulates the functionality of RadSplitButton |
Overrides
OnDefaultItemChanged(EventArgs)
Declaration
protected virtual void OnDefaultItemChanged(EventArgs e)
Parameters
System.EventArgs
e
|
Events
DefaultItemChanged
Declaration
public event EventHandler DefaultItemChanged
Event Type
System.EventHandler
|