This Subroutine converts the specified Menu Button (which must already have been defined by a prior call to UI_DEFINE_BUTTONS or UI_MODIFY_BUTTON) into a Comment Button, whereby the descriptive text associated with it will be displayed, but the Button itself will be passive and may not be selected. The Button may later be 'uncommented' via a call to UI_UNCOMMENT_BUTTON.
Short Name Calling Sequence
STATUS = UICOBU(BUTTID)
Long Name Calling Sequence
STATUS = UI_COMMENT_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: