C++
HICON GetThemedIcon( bool bBigIcon = false ) const;
Description
Returns the icon for the current palette theme and the specified size.
Parameters
Parameters | Description |
---|---|
bBigIcon | Specifies whether the desired icon is for the large or small size. Defaults to the small size. |
Returns
Returns the icon for the current palette theme and specified size.