Function ProUITabItemImageGet
Description
Get the image of the item in the tab.
Synopsis
#include <ProUITab.h>
ProUITabItemImageGet
(
char* dialog
/* (In)
The name of the dialog that contains tab.
*/
char* component
/* (In)
The name of the tab component.
*/
char* item
/* (In)
The name of the item.
*/
char** image
/* (Out)
The name of the image. Free this using ProStringFree ().
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?