ImageGear for C and C++ on Windows v19.9 - Updated
IG_ARTX_GUI_tooltips_visible_get
API Reference Guide > ArtXGUI Component API Reference > ArtXGUI Component Functions Reference > IG_ARTX_GUI_tooltips_visible_get

This function is for getting the visible state of the GUI tooltips.

Declaration:

 
Copy Code
UINT IG_ARTX_GUI_tooltips_visible_get(
        BOOL* pbVisibleState
);

Arguments:

Name Type Description
bVisibleState BOOL* TRUE - GUI tooltips are visible; FALSE - otherwise.

Return Value:

0 if the function is successful; -1 otherwise.

Supported Raster Image Formats:

This function does not process image pixels.