Category Custom user interface, Object ProUITab

Function ProUITabIsDecorated


Description
Checks if the tab has decorated border or not.
Synopsis
#include <ProUITab.h>
ProErrorProUITabIsDecorated(
char* dialog
/* (In)
The name of the dialog that contains the tab.
*/
char* component
/* (In)
The name of the tab component.
*/
ProBoolean* state
/* (Out)
PRO_B_TRUE when the tab has decorated border. PRO_B_TRUE when the tab has not decorated border.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Tab Attributes