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
Public method ControlStateTree Initializes a new instance of the ControlStateTree class.

Top

Methods

  Name Description
Public methodStatic member Create Indicates a method that creates a list for the control.
Public method Disable Removes the specified control that is currently assigned to a command.
Public methodStatic member DisableControls Indicates a control that disables the condition of the ControlStateTree class.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Restore Restores the state of the ControlStateTree.
Public method 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.