ControlStateTree Class
Represents a control for the ControlStateTree.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Controls.ControlStateTree
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public Class ControlStateTree
'Usage
Dim instance As ControlStateTree
public class ControlStateTree
public ref class ControlStateTree
type ControlStateTree = class end
public class ControlStateTree
The ControlStateTree type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ControlStateTree | Initializes a new instance of the ControlStateTree class. |
Top
Methods
Name | Description | |
---|---|---|
Create | Indicates a method that creates a list for the control. | |
Disable | Removes the specified control that is currently assigned to a command. | |
DisableControls | Indicates a control that disables the condition of the ControlStateTree class. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Restore | Restores the state of the ControlStateTree. | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.