ToolBarButtonInfoMask Enumeration

Specifies which members contain valid information.

For Mask and Mask members.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum ToolBarButtonInfoMask

Remarks

Members

ImageIndex 1 The ImageIndex / ImageIndex member.
Text 2 The Text / Text member.
State 4 The State / State member.
Style 8 The Style / Style member.
LParam 16 The lParam / lParam member.
CommandId 32 The CommandId / CommandId member.
TextSize 64 The TextSize / TextSize member.
ByIndex 2,147,483,648 Specifies that the wParam when sending GetButtonInfoAnsi, GetButtonInfoUnicode, SetButtonInfoAnsi and SetButtonInfounicode is a button index, not a command id.

See Also