API 文档 > Custom user interface > Object ProUITab > Function ProUITabItemExtentsGet
Function ProUITabItemExtentsGet
Description
Get the boundary of the item that is in the tab relative to the top left corner of the dialog.
Synopsis
#include <ProUITab.h>
ProUITabItemExtentsGet
(
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.
*/
/* (Out)
Rectangle of the item.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?