piButtonWidthMin - cToolbar
Defines the minimum width, expressed in pixels, that each button must be
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piButtonWidthMin
| Access Type | Syntax |
|---|---|
| Read Access: | Get piButtonWidthMin to IntegerVariable |
| Write Access: | Set piButtonWidthMin to IntegerVariable/Value |
Description
piButtonWidthMin defines the minimum width, expressed in pixels, that each button must be. Typically, all buttons have the same width, and this property allows you to determine what the minimum must be.
| Col 1 | Col 2 |
|---|---|
| Note: | Normally all buttons have the same width. However, if either the pbList or a button's pbAutoSize property is True, then each button can have a different width. |
Default is -1.