API Documentation > Custom user interface > Object ProUILayout > Function ProUILayoutPushbuttonAdd
Function ProUILayoutPushbuttonAdd
Description
Add a new pushbutton to the layout.
Synopsis
#include <ProUILayout.h>
ProUILayoutPushbuttonAdd
(
char* dialog
/* (In)
The name of the dialog that contains layout.
*/
char* component
/* (In)
The name of the layout component.
*/
char* name
/* (In)
The name of the pushbutton to be added.
*/
/* (In)
Position of the pushbutton in the layout.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
Was this helpful?