This function destroys the property sheet referenced by hPropertySheet.
Declaration:
Copy Code | |
---|---|
BOOL FAR PASCAL ART_GUI_property_sheet_destroy ( HARTPROPSHEET hPropertySheet ); |
Arguments:
hPropertySheet | ART Handle to the Property Sheet. |
Return Value:
Returns TRUE if successful, FALSE if there was an error. An error occurs if hPropertySheet is not a valid handle.
Supported Raster Image Formats:
This function does not process image pixels.
Sample:
Annotation
Example:
Copy Code | |
---|---|
HIGEAR hIGear; /* HIGEAR handle of image */ HARTPROPSHEET hPropertySheet; /* handle to the */ /* property sheet */ nErrcount = ART_GUI_property_sheet_destroy(hPropertySheet); |