Button_Aspect - DfBaseList

A low-level form message that controls the appearance of a form

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: Integer iItem

ParameterDescription
iItem (Optional)The item number


Syntax
 Property Integer Button_Aspect

Read Access: Get Button_Aspect [iItem] to IntegerVariable
Write Access: 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