LIB_CHECKSTATE Enum

Definition

Specifies the checked state of a library item.

public enum class LIB_CHECKSTATE
public enum class LIB_CHECKSTATE
enum LIB_CHECKSTATE
public enum LIB_CHECKSTATE
type LIB_CHECKSTATE = 
Public Enum LIB_CHECKSTATE
Inheritance
LIB_CHECKSTATE

Fields

LCS_CHECKED 3

Library item is checked.

LCS_CHECKEDGRAY 2

Library item is grayed out.

LCS_UNCHECKED 1

Library item is not checked.

Remarks

COM Signature

From vsshell.idl:

Use this enumeration to indicate whether a library is checked or unchecked in the component selector pane of the Object Browser. LCS_CHECKEDGRAY is for future use. The environment will ignore LCS_CHECKEDGRAY.

Applies to