Class AIPromptToolbarItemStateManagerFactory
A class that is responsible for the visual states of the toolbar items.
Inheritance
System.Object
AIPromptToolbarItemStateManagerFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.AIPrompt
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AIPromptToolbarItemStateManagerFactory : ItemStateManagerFactory
Constructors
AIPromptToolbarItemStateManagerFactory(RadProperty)
Initializes a new instance of the AIPromptToolbarItemStateManagerFactory class.
Declaration
public AIPromptToolbarItemStateManagerFactory(RadProperty isActiveProperty)
Parameters
RadProperty
isActiveProperty
The IsActive property of the toolbar item. |
Methods
AddDefaultVisibleStates(ItemStateManager)
Declaration
protected override void AddDefaultVisibleStates(ItemStateManager sm)
Parameters
ItemStateManager
sm
|