Function ProUILayoutShow
Description
Makes the specified layout and all its contents visible.
Synopsis
#include <ProUILayout.h>
ProUILayoutShow
(
char* dialog
/* (In)
The name of the dialog containing the layout.
*/
char* component
/* (In)
The layout name.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
도움이 되셨나요?