wpclsQueryButtonAppearance
Appearance
This class method returns the system button appearance. It is specific to version 3 or higher of the OS/2 operating system.
Syntax
ulButtonType = _wpclsQueryButtonAppearance(somSelf);
Parameters
- somSelf (M_WPObject *) - input
- Pointer to the WPObject class object.
Returns
- ulButtonType (ULONG) - returns
- Flag indicating the system default button appearance.
Value Description HIDEBUTTON Hide button appearance. MINBUTTON Minimize button appearance. 0 Error occurred.
Usage
This method can be called at any time to query the default button appearance.
How to Override
This method is generally not overridden.