Function ProUILayoutHide
Description
Makes the specified layout and all its contents invisible. Note: This does not hide layouts that are direct children of a tab.
Synopsis
#include <ProUILayout.h>
ProUILayoutHide
(
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
도움이 되셨나요?