A low-level form message that controls the appearance of a form
Type: Property
Access: Read/Write
Data Type: Integer
Parameters:
Integer iItem
| Parameter | Description
|
|
iItem (Optional) | The item number
|
Syntax
Property Integer Button_Aspect
| Get Button_Aspect [iItem] to IntegerVariable |
| Set Button_Aspect [iItem] 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:
| 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 |
| BAspect_TriStateList |