GReBarCtrl
GReBarCtrl — a container for a child window.
class GReBarCtrl GWindowBase
{
m_hWnd;
}
GWindowBase
<-- GReBarCtrl
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
CReBarCtrl::AddControlResizeFlags.
BeginDrag (args?...)Corresponds to CReBarCtrl::BeginDrag.
Create (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CReBarCtrl::Create.
DeleteBand (nBand)Corresponds to CReBarCtrl::DeleteBand.
DragMove (args?...)Corresponds to CReBarCtrl::DragMove.
EndDrag ()Corresponds to CReBarCtrl::EndDrag.
EndResizeGroup ()Corresponds to
CReBarCtrl::EndResizeGroup.
GetBandBorders (nBand, lpRect)Corresponds to
CReBarCtrl::GetBandBorders.
GetBandCount ()Corresponds to CReBarCtrl::GetBandCount.
GetBandInfo (nBand, lprbbi)Corresponds to CReBarCtrl::GetBandInfo.
GetBarHeight ()Corresponds to CReBarCtrl::GetBarHeight.
GetBarInfo (lprbi)Corresponds to CReBarCtrl::GetBarInfo.
GetBkColor ()Corresponds to CReBarCtrl::GetBkColor.
GetColorScheme (lpColorScheme)Corresponds to
CReBarCtrl::GetColorScheme.
GetPalette ()Corresponds to CReBarCtrl::GetPalette.
GetRect (nBand, lpRect)Corresponds to CReBarCtrl::GetRect.
GetRowCount ()Corresponds to CReBarCtrl::GetRowCount.
GetRowHeight (nBand)Corresponds to CReBarCtrl::GetRowHeight.
GetTextColor ()Corresponds to CReBarCtrl::GetTextColor.
GetUnicodeFormat ()Corresponds to
CReBarCtrl::GetUnicodeFormat.
HitTest (lprbht)Corresponds to CReBarCtrl::HitTest.
IdToIndex (uBandID)Corresponds to CReBarCtrl::IdToIndex.
InsertBand (nBand, lprbbi)Corresponds to CReBarCtrl::InsertBand.
LockBands (bLock)Corresponds to CReBarCtrl::LockBands.
MaximizeBand (nBand)Corresponds to CReBarCtrl::MaximizeBand.
MinimizeBand (nBand)Corresponds to CReBarCtrl::MinimizeBand.
MoveBand (nBand, nNewPos)Corresponds to CReBarCtrl::MoveBand.
PushChevron (nBand, lAppValue)Corresponds to CReBarCtrl::PushChevron.
SetBandInfo (nBand, lprbbi)Corresponds to CReBarCtrl::SetBandInfo.
SetBarInfo (lprbi)Corresponds to CReBarCtrl::SetBarInfo.
SetBkColor (clr)Corresponds to CReBarCtrl::SetBkColor.
SetColorScheme (lpColorScheme)Corresponds to
CReBarCtrl::SetColorScheme.
SetPalette (hPalette)Corresponds to CReBarCtrl::SetPalette.
SetTextColor (clr)Corresponds to CReBarCtrl::SetTextColor.
SetToolTips (hwndToolTip)Corresponds to CReBarCtrl::SetToolTips.
SetUnicodeFormat (args?...)Corresponds to
CReBarCtrl::SetUnicodeFormat.
ShowBand (nBand, bShow)Corresponds to CReBarCtrl::ShowBand.
SizeToRect (lpRect)Corresponds to CReBarCtrl::SizeToRect.
StartResizeGroup ()Corresponds to
CReBarCtrl::StartResizeGroup.
This class also inherits the functions of GWindowBase.