DBObjectInfoBase.CheckState Property

Gets or sets the check state.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Overridable Property CheckState As StandardCheckBoxImage
    Get
    Set
'Usage
Dim instance As DBObjectInfoBase
Dim value As StandardCheckBoxImage

value = instance.CheckState

instance.CheckState = value
public virtual StandardCheckBoxImage CheckState { get; set; }
public:
virtual property StandardCheckBoxImage CheckState {
    StandardCheckBoxImage get ();
    void set (StandardCheckBoxImage value);
}
function get CheckState () : StandardCheckBoxImage
function set CheckState (value : StandardCheckBoxImage)
abstract CheckState : StandardCheckBoxImage with get, set
override CheckState : StandardCheckBoxImage with get, set

Property Value

Type: StandardCheckBoxImage

Implements

IDBObjectInformation.CheckState

.NET Framework Security

See Also

Reference

DBObjectInfoBase Class

DBObjectInfoBase Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI.TreeGridSupport Namespace