SplitButton: Boolean;
SplitButton: Boolean;
The SplitButton property indicates whether the button is divided if there are subitems.
If the collection of subelements which should be used to create the drop-down menu, is set in the SubItems property for the button, ▼ sign is displayed near the text on the right. If the SplitButton property is set to True, the button is divided into two parts. Pressing the button generates the OnChange event. If the user points at ▼ sign, menu drops down. If the SplitButton property is set to False, the button is not divided into parts. Pressing the button drops down the menu. The OnChange event for the button is not generated.
By default the SplitButton property is set to True.
The example of use is given in description of the Action property.
See also: