New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadTimeDropDownButtonElementStateManagerFactory : ButtonItemStateManagerFactory

Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryButtonItemStateManagerFactoryRadTimeDropDownButtonElementStateManagerFactory

Inherited Members ButtonItemStateManagerFactory.CreateRootState()

Constructors

C#
public RadTimeDropDownButtonElementStateManagerFactory(RadProperty dropDownProperty)
Parameters:dropDownPropertyRadProperty

Methods

Registers the states that should be visible by default: mouse-over, mouse-down, pressed, default-button, and disabled.

C#
protected override void AddDefaultVisibleStates(ItemStateManager sm)
Parameters:smItemStateManager

The ItemStateManager to configure.

Overrides: ButtonItemStateManagerFactory.AddDefaultVisibleStates(ItemStateManager)

Creates the composite state node containing the mouse-over, mouse-down, pressed, and default-button states.

C#
protected override StateNodeBase CreateSpecificStates()
Returns:

StateNodeBase

A StateNodeBase composed of the button-specific states.

Overrides: ButtonItemStateManagerFactory.CreateSpecificStates()