GStatusBarCtrl

GStatusBarCtrl — an area at the bottom of a window that displays information.

Synopsis

class GStatusBarCtrl GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GStatusBarCtrl

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)

Corresponds to CStatusBarCtrl::AddControlResizeFlags.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CStatusBarCtrl::Create.

EndResizeGroup ()

Corresponds to CStatusBarCtrl::EndResizeGroup.

GetBorders (args?...)

Corresponds to CStatusBarCtrl::GetBorders.

GetIcon (nPane)

Corresponds to CStatusBarCtrl::GetIcon.

GetRect (nPane, lpRect)

Corresponds to CStatusBarCtrl::GetRect.

GetText (args?...)

Corresponds to CStatusBarCtrl::GetText.

GetTextBSTR (args?...)

Corresponds to CStatusBarCtrl::GetTextBSTR.

GetTextLength (args?...)

Corresponds to CStatusBarCtrl::GetTextLength.

GetTipText (nPane, lpstrText, nSize)

Corresponds to CStatusBarCtrl::GetTipText.

GetUnicodeFormat ()

Corresponds to CStatusBarCtrl::GetUnicodeFormat.

IsSimple ()

Corresponds to CStatusBarCtrl::IsSimple.

SetBkColor (clrBk)

Corresponds to CStatusBarCtrl::SetBkColor.

SetIcon (nPane, hIcon)

Corresponds to CStatusBarCtrl::SetIcon.

SetMinHeight (nMin)

Corresponds to CStatusBarCtrl::SetMinHeight.

SetSimple (args?...)

Corresponds to CStatusBarCtrl::SetSimple.

SetText (args?...)

Corresponds to CStatusBarCtrl::SetText.

SetTipText (nPane, lpstrText)

Corresponds to CStatusBarCtrl::SetTipText.

SetUnicodeFormat (args?...)

Corresponds to CStatusBarCtrl::SetUnicodeFormat.

StartResizeGroup ()

Corresponds to CStatusBarCtrl::StartResizeGroup.

This class also inherits the functions of GWindowBase.