Share via


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
Public methodStatic member GetCheckImage(Boolean) Retrieves a value indicating whether the control is checked.
Public methodStatic member GetCheckImage(CheckState) Gets the current state of the control.
Public methodStatic member GetCheckImage(Boolean, Boolean) Retrieves a value that indicates whether the image is checked.
Public methodStatic member 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.