Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The IToolbar::SetButtonState method enables a snap-in to set an attribute of a button.
HRESULT SetButtonState(
[in] int idCommand,
[in] MMC_BUTTON_STATE nState,
[in] BOOL bState
);
[in] idCommand
A unique value that the snap-in has associated with a button using the InsertButton or AddButtons method using the MMCBUTTON structure.
[in] nState
A value that specifies the state to be set for the button. Can be any one of the following:
The button accepts user input. A button that does not have this state does not accept user input and appears dimmed.
The button has the CHECKED style and is being pressed.
The button is not visible and cannot receive user input.
The button appears dimmed.
The button is being pressed.
[in] bState
A value that specifies whether the state identified in nState is set to TRUE or FALSE. TRUE sets the button state to the state identified by nState and FALSE clears the state (if it is already set).
This method can return one of these values.
Snap-ins should not set button states until the toolbar has been attached using IControlbar::Attach.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | mmc.h |
DLL | Mmcndmgr.dll |
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today