This allows each grip item to get customized in some way that differentiate its behavior from the default behavior for that Type. More...
Enumerations |
|
enum | Customization { eSameRow = 0x1, eTurnOffLabel = 0x2, eDisableAlt = 0x4 } |
This allows each grip item to get customized in some way that differentiate its behavior from the default behavior for that Type.
Note in general these customization flags are just checked when the grip is first activated so if they change while the grip is already active they may not get enforced.
enum Customization
[inherited] |
{ eSameRow = 0x1, eTurnOffLabel = 0x2, eDisableAlt = 0x4 };