Category Custom user interface, Object ProUIComponent

Function ProUIComponentClassnameGet


Description
Gets the class name (type) for a given component.
Synopsis
#include <ProUI.h>
ProErrorProUIComponentClassnameGet(
char* dialog
/* (In)
The dialog name.
*/
char* component
/* (In)
The layout name.
*/
char** class_name
/* (Out)
The component class name. Free this using ProStringFree()
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_GENERAL_ERRORThe function failed.

Manual References:

  1. User Interface: Dialogs: Dialog Attributes