LIB_CHECKSTATE Enumeration
Visual Studio 2015
Specifies the checked state of a library item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| LCS_CHECKED | Library item is checked. | |
| LCS_CHECKEDGRAY | Library item is grayed out. | |
| LCS_UNCHECKED | Library item is not checked. |
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.
Show: