Jump to content

wpclsQueryButtonAppearance

From EDM2
Revision as of 23:05, 24 May 2025 by Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpclsQueryButtonAppearance}} This class method returns the system button appearance. It is specific to version 3 or higher of the OS/2 operating system. ==Syntax== <PRE> ulButtonType = _wpclsQueryButtonAppearance(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''ulButtonType'' (ULONG) - returns :Flag indicating the system default button appearance. :{| class="wikitable"...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Related Methods