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)
The focused property of the button.
Methods
C#
protected override void AddDefaultVisibleStates(ItemStateManager sm)
Overrides:
C#
protected override StateNodeBase CreateSpecificStates()
StateNodeBase
Overrides: