API 文件集 > Custom user interface > Object ProUIDrawingarea > Function ProUIDrawingareaClipchildrenGet
Function ProUIDrawingareaClipchildrenGet
Description
Get the flag indicating whether the drawing operations within the drawing area are clipped or not.
Synopsis
ProUIDrawingareaClipchildrenGet
(
char* dialog
/* (In)
The name of the dialog that contains the drawing area.
*/
char* component
/* (In)
The name of the drawing area component.
*/
ProBoolean* value
/* (Out)
PRO_B_TRUE if the drawing operations are clipped. PRO_B_FALSE if the drawing operations are not clipped.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
這是否有幫助?