Click or drag to resize

ToolBar.ButtonStyle Property

X#
A constant that represents how the buttons are displayed:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ButtonStyle AS USUAL SET 
Request Example View Source

Property Value

Type: Usual
A constant that represents how the buttons are displayed:
Remarks
A constant that represents how the buttons are displayed:
ConstantDescription
TB_ICONONLY Display icons only. The buttons are very small; many can fit in a limited space. This is the default.
TB_TEXTANDICONDisplay both text and icons. The buttons are very large; not many can fit, but they are easy to use and easy to understand.
TB_TEXTONLYDisplay text only. The icons are wide, but low. They take up too much room to be effective on a toolbar across the top or bottom, but can be very useful along the left or right side. Text-labeled buttons are not very flashy, but there are times when subtle distinctions among abstract concepts are referenced, and coming up with recognizable icons may not be easy (for example, for choices like Lease, Secured Credit and Unsecured Credit).
See Also