Button_Aspect - DfBaseMenu
A low-level form message that controls the appearance of a form
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer |
Syntax
Property Integer Button_Aspect
| Access Type | Syntax |
|---|---|
| Read Access: | Get Button_Aspect to IntegerVariable |
| Write Access: | Set Button_Aspect to IntegerVariable/Value |
Description
Button_Aspect is a low-level form message that controls the appearance of a form. It allows an object's appearance to change (Form, Button, Radio, CheckBox, etc.). This is for low-level implemenation. Changing an object's Button_Aspect does not ensure that its new appearance will match its expected behavior. You will probably never use this.
Valid values:
| Col 1 | Col 2 |
|---|---|
| BAspect_None | BAspect_PushButton |
| BAspect_CheckBox | BAspect_Radio |
| BAspect_TriState | BAspect_PullDown |
| BAspect_ComboButton | BAspect_Form |
| BAspect_ComboForm | BAspect_ActionBar |
| BAspect_Multi | BAspect_PushButtonList |
| BAspect_CheckList | BAspect_RadioList |