Skip to content

Latest commit

 

History

History
91 lines (66 loc) · 2.88 KB

ne-shobjidl_core-_expcmdstate.md

File metadata and controls

91 lines (66 loc) · 2.88 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:shobjidl_core._EXPCMDSTATE
_EXPCMDSTATE (shobjidl_core.h)
EXPCMDSTATE values represent the command state of a Shell item.
ECS_CHECKBOX
ECS_CHECKED
ECS_DISABLED
ECS_ENABLED
ECS_HIDDEN
ECS_RADIOCHECK
EXPCMDSTATE
EXPCMDSTATE enumeration [Windows Shell]
_EXPCMDSTATE
_shell_EXPCMDSTATE
shell.EXPCMDSTATE
shobjidl_core/ECS_CHECKBOX
shobjidl_core/ECS_CHECKED
shobjidl_core/ECS_DISABLED
shobjidl_core/ECS_ENABLED
shobjidl_core/ECS_HIDDEN
shobjidl_core/ECS_RADIOCHECK
shobjidl_core/EXPCMDSTATE
shell\EXPCMDSTATE.htm
shell
41e76b6e-9294-40b3-bb8b-bbfe487fd023
12/05/2018
ECS_CHECKBOX, ECS_CHECKED, ECS_DISABLED, ECS_ENABLED, ECS_HIDDEN, ECS_RADIOCHECK, EXPCMDSTATE, EXPCMDSTATE enumeration [Windows Shell], _EXPCMDSTATE, _shell_EXPCMDSTATE, shell.EXPCMDSTATE, shobjidl_core/ECS_CHECKBOX, shobjidl_core/ECS_CHECKED, shobjidl_core/ECS_DISABLED, shobjidl_core/ECS_ENABLED, shobjidl_core/ECS_HIDDEN, shobjidl_core/ECS_RADIOCHECK, shobjidl_core/EXPCMDSTATE
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
_EXPCMDSTATE
shobjidl_core/_EXPCMDSTATE
c++
APIRef
kbSyntax
HeaderDef
shobjidl_core.h
EXPCMDSTATE

_EXPCMDSTATE enumeration

-description

EXPCMDSTATE values represent the command state of a Shell item.

-enum-fields

-field ECS_ENABLED:0

The item is enabled.

-field ECS_DISABLED:0x1

The item is unavailable. It might be displayed to the user as a dimmed, inaccessible item.

-field ECS_HIDDEN:0x2

The item is hidden.

-field ECS_CHECKBOX:0x4

The item is displayed with a check box and that check box is not checked.

-field ECS_CHECKED:0x8

The item is displayed with a check box and that check box is checked. ECS_CHECKED is always returned with ECS_CHECKBOX.

-field ECS_RADIOCHECK:0x10

Windows 7 and later. The item is one of a group of mutually exclusive options selected through a radio button. ECS_RADIOCHECK does not imply that the item is the selected option, though it might be.

-see-also

Button Types

IExplorerCommand::GetState

IExplorerCommandState::GetState