DrawingAssistant Class
Defines the drawing assistant control.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Controls.DrawingAssistant
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public NotInheritable Class DrawingAssistant
'Usage
public static class DrawingAssistant
public ref class DrawingAssistant abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DrawingAssistant = class end
public final class DrawingAssistant
Methods
Name | Description | |
---|---|---|
GetCheckImage(Boolean) | Retrieves a value indicating whether the control is checked. | |
GetCheckImage(CheckState) | Gets the current state of the control. | |
GetCheckImage(Boolean, Boolean) | Retrieves a value that indicates whether the image is checked. | |
GetCheckImage(CheckState, Boolean) | Retrieves a value that indicates if the CheckState of the image is checked. |
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.