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

A class that is responsible for the visual states of the task dialog buttons.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class TaskDialogButtonStateManagerFactory : ItemStateManagerFactory

Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryTaskDialogButtonStateManagerFactory

Constructors

Initializes a new instance of the TaskDialogButtonStateManagerFactory class.

C#
public TaskDialogButtonStateManagerFactory(RadProperty focusedProperty)
Parameters:focusedPropertyRadProperty

The focused property of the button.

Methods

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

Overrides: ItemStateManagerFactory.AddDefaultVisibleStates(ItemStateManager)

C#
protected override StateNodeBase CreateSpecificStates()
Returns:

StateNodeBase

Overrides: ItemStateManagerFactory.CreateSpecificStates()