API Documentation > Custom user interface > Object ProUITab > Function ProUITabIsDecorated
Function ProUITabIsDecorated
Description
Checks if the tab has decorated border or not.
Synopsis
#include <ProUITab.h>
ProUITabIsDecorated
(
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
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?