ClassTaskDialogButtonStateManagerFactory
Class
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:
cs-api-definition
public class TaskDialogButtonStateManagerFactory : ItemStateManagerFactory
Inheritance: objectItemStateManagerFactoryBaseItemStateManagerFactoryTaskDialogButtonStateManagerFactory
Constructors
TaskDialogButtonStateManagerFactory(RadProperty)
Initializes a new instance of the TaskDialogButtonStateManagerFactory class.
Declaration
cs-api-definition
public TaskDialogButtonStateManagerFactory(RadProperty focusedProperty)
Parameters
focusedProperty
The focused property of the button.
Methods
AddDefaultVisibleStates(ItemStateManager)
Declaration
cs-api-definition
protected override void AddDefaultVisibleStates(ItemStateManager sm)
Parameters
sm
ItemStateManager
Overrides
CreateSpecificStates()
Declaration
cs-api-definition
protected override StateNodeBase CreateSpecificStates()
Returns
StateNodeBase
Overrides