Band properties
The Band part has the following properties:
alwaysGripper
The alwaysGripper property is a Boolean which indicates whether the band always displays a resizing gripper. Defaults to true.
bandLabel
The bandLabel property is a String which is displayed on the left side of the part. If it is nil, or if the string is empty, no label is shown. The default is for no label to be shown.
break
The break property is a Boolean which indicates whether part should be positioned immediately to the right of its neighboring band or below it in the rebar control. Defaults to false.
childToEdge
The childToEdge property is a Boolean which indicates whether any child widget of the part (typically another windows control) should expand to the edges of the part. Default is true.
On some platforms, the border width is limited to 1 pixel and any nonzero value is set to 1.
dragDropSpec
For more information on the dragDropSpec attribute, refer to Using the dragDropSpec attribute.
enabled
The enabled property specifies whether or not the part is available for selection. If true, the part's contents are available for selection. Default is true.
fixedSize
The fixedSize property is a Boolean which indicates whether the width of the part can change in response to end user interactions with the part. Default is false.
helpFile
The helpFile property is the name of the help file associated with the part.
helpKeysId
The helpKeysId property is the ID of the keys help associated with the part. The ID can be a string or an integer value.
The ID must exist in the help file associated with the part.
helpTitle
The helpTitle property is the title of the help window associated with the part.
helpTopicId
The helpTopicId property is the ID of the help topic associated with the part. The ID can be a string or an integer value.
The ID must exist in the help file associated with the part.
image
The image property specifies a bitmap for the background of the band.
labelString
The labelString property specifies a string associated with the part. This is inherited but has no visible effect.
neverGripper
The neverGripper property is a Boolean which indicates whether the part never displays a resizing gripper. Default is false.
partName
The partName property specifies the name you want to use to describe the part. For nonvisual parts, this text appears under the icon for the part on the free-form surface.
The name of the part can consist of alphanumeric characters, and must be different from those of all other parts on the layout surface.
If you do not specify a part name, VA Smalltalk generates a unique name based on the class name of the part.
variableHeight
The variableHeight property is a Booean that tells whether the bands in the control can have different heights. Default is false.
width
The width property describes the left-to-right size of the band in pixels. Default is100.
 
Last modified date: 01/29/2015