<< Click to Display Table of Contents >> SetButtonWidth SEToolBar |
![]() ![]() ![]() |
Purpose
Sets the minimum and maximum button widths in the specified toolbar control.
Prototype
METHOD SetButtonWidth(nMinWidth, nMaxWidth, symTB) CLASS SEToolBar
Arguments
[<nMinWidth>] |
Minimum button width, in pixels. Toolbar buttons will never be narrower than this value. If not specified the default value is 22. |
[<nMaxWidth>] |
Maximum button width, in pixels. If button text is too wide, the control displays it with ellipsis points. If not specified the default value is 100. |
[<symTB>] |
The symbolic name of the toolbar. Default is #MainToolBar. |
Return
TRUE, if successfully, otherwise FALSE.