CommandDisplayMode Enumeration
Specifies how to display menu and toolbar items.
Syntax
|
Constants
|
Enum CommandDisplayMode
scCommandDisplayNone = 0
scCommandDisplayImage = 1
scCommandDisplayText = 2
scCommandDisplayTextAndImage = 3
End Enum
|
- scCommandDisplayNone: The option is not displayed.
- scCommandDisplayImage: The option is displayed as an icon.
- scCommandDisplayText: The option is displayed as text.
- scCommandDisplayTextAndImage: The option is displayed as both text and an icon.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.