Documentação da API > Custom user interface > Object ProUIDashboard > Function ProUIDashboardStdlayoutDefaultButtonNameGet
Function ProUIDashboardStdlayoutDefaultButtonNameGet
Description
Get default button name.
Synopsis
#include <ProUIDashboard.h>
ProUIDashboardStdlayoutDefaultButtonNameGet
(
ProUIDashboardPage page_handle
/* (In)
Handle to the dashboard page.
*/
/* (In)
Id of the button.
*/
char** button_name
/* (Out)
The Button's name. Free this string using ProStringFree()
*/
)
Returns
The function returned the name.
No standard button has this id.
One or more input arguments was invalid.
User Guide References
Isto foi útil?