ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ARTGUI Component API Reference / ARTGUI Component Functions Reference / ART_GUI_property_sheet_destroy
In This Topic
    ART_GUI_property_sheet_destroy
    In This Topic

    This function destroys the property sheet referenced by hPropertySheet.

    Declaration:

     
    Copy Code
    BOOL FAR PASCAL ART_GUI_property_sheet_destroy (
            HARTPROPSHEET hPropertySheet
    );
    

    Arguments:

    Name Type Description
    hPropertySheet HARTPROPSHEET 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);