This Subroutine disables a Menu Button without destroying the Descriptive Text associated with the Button. The Button may later be re-enabled via a call to UI_ENABLE_BUTTON.
Short Name Calling Sequence
STATUS = UIDIBU(BUTTID)
Long Name Calling Sequence
STATUS = UI_DISABLE_BUTTON(...)
Input Arguments
BUTTID (Integer) Button ID
Output Arguments
None
Function Value
UI__SUCCESS ) Success UISUCC )
UI__NOT_INITIALIZED ) Package not Initialized UININI )
UI__ILLEGAL_BUTTON ) Illegal Button ID UIILBU )
UI__ILLEGAL_MENU ) Illegal Menu UIILME ) Note: