ToolbarButtonStates Enumeration
Specifies the states a toolbar button can have.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum ToolbarButtonStates
<FlagsAttribute>
Public Enumeration ToolbarButtonStates
Dim instance As ToolbarButtonStates
[FlagsAttribute]
public enum class ToolbarButtonStates
[<FlagsAttribute>]
type ToolbarButtonStates
No code example is currently available or this language may not be supported.
None |
0 |
None.
|
Checked |
1 |
The button has the TBSTYLE_CHECK style and is being clicked.
|
Pressed |
2 |
The button is being clicked.
|
Enabled |
4 |
The button accepts user input. A button that does not have this state is grayed.
|
Hidden |
8 |
The button is not visible and cannot receive user input.
|
Indeterminate |
16 |
The button is grayed.
|
Wrap |
32 |
The button is followed by a line break. The button must also have the Enabled state.
|
Ellipses |
64 |
The button's text is cut off and an ellipsis is displayed
|
Marked |
128 |
The button is marked. The interpretation of a marked item is dependent upon the application..
|