This Subprogram allows the text style for the specified Button on the currently setup Menu to be determined.
Short Name Calling Sequence
STATUS = UIIQBS(BUTTID,STYLE)
Long Name Calling Sequence
STATUS = UI_INQUIRE_BUTTON_STYLE(...)
Input Arguments
BUTTID (Integer) Button ID
Output Arguments
STYLE (Integer) Text Style (See Notes)
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_MENU ) Illegal Menu UIILME )
UI__ILLEGAL_BUTTON ) Illegal Button UIILBU )
Note:
UISTYLENORMAL ) Normal UISNOR )
UISTYLEBLINK ) Blinking UISBLI )
UISTYLEBOLD ) Bold UISBOL )
UISTYLEREVERSE ) Reverse Video UISREV )
UISTYLEUNDERLINE ) Underlined UISUND )
Where these parameters are defined in the UIPACK Parameter Include files (see Appendix B).