GButton

GButton — a button.

Synopsis

class GButton GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GButton

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

AddControlResizeFlags (ctrlid, flags)
Search on CButton::AddControlResizeFlags.
Click ()
Search on CButton::Click.
Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)
Search on CButton::Create.
EndResizeGroup ()
Search on CButton::EndResizeGroup.
GetButtonStyle ()
Search on CButton::GetButtonStyle.
GetCheck ()
Search on CButton::GetCheck.
GetIcon ()
Search on CButton::GetIcon.
GetIdealSize (lpSize)
Search on CButton::GetIdealSize.
GetState ()
Search on CButton::GetState.
GetTextMargin (lpRect)
Search on CButton::GetTextMargin.
SetButtonStyle (args?...)
Search on CButton::SetButtonStyle.
SetCheck (nCheck)
Search on CButton::SetCheck.
SetIcon (hIcon)
Search on CButton::SetIcon.
SetState (bHighlight)
Search on CButton::SetState.
SetTextMargin (lpRect)
Search on CButton::SetTextMargin.
StartResizeGroup ()
Search on CButton::StartResizeGroup.

This class also inherits the functions of GWindowBase.