AddCaption(LPCTSTR lpszCaption) | CBCGPListBox | |
AddSeparator() | CBCGPListBox | |
AllowDragDisabledItems(BOOL bAllow=TRUE) | CBCGPDragListBox | inline |
AreAutoToolTips() const | CBCGPListBox | inline |
CleanUp() | CBCGPListBox | |
Enable(int nIndex, BOOL bEnabled=TRUE, BOOL bRedraw=TRUE) | CBCGPListBox | |
EnableItemDescription(BOOL bEnable=TRUE, int nRows=2) | CBCGPListBox | |
EnableItemHighlighting(BOOL bEnable=TRUE) | CBCGPListBox | |
EnablePins(BOOL bEnable=TRUE) | CBCGPListBox | |
GetColorBarWidth() const | CBCGPListBox | virtual |
GetDefaultItem() const | CBCGPListBox | inline |
GetItemBarColor(int nIndex) const | CBCGPListBox | |
GetItemDescription(int nIndex) const | CBCGPListBox | |
GetItemExtraHeight() const | CBCGPListBox | inline |
GetItemIcon(int nIndex) const | CBCGPListBox | |
GetItemImage(int nIndex) const | CBCGPListBox | |
GetItemImageSize(int nIndex) const | CBCGPListBox | |
GetItemIndent(int nIndex) const | CBCGPListBox | |
GetItemNotificationBadgeColor(int nIndex) const | CBCGPListBox | |
GetItemNotificationBadgeNumber(int nIndex) const | CBCGPListBox | |
GetItemToolTip(int nIndex) const | CBCGPListBox | |
GetItemToolTipDescription(int nIndex) const | CBCGPListBox | |
GetNoContentLabel() const | CBCGPListBox | inline |
HasItemDescriptions() const | CBCGPListBox | inline |
HasPins() const | CBCGPListBox | inline |
IsAlternateRowColor() const | CBCGPListBox | inline |
IsAutoRecreated() const | CBCGPListBox | inline |
IsCaptionItem(int nIndex) const | CBCGPListBox | |
IsCaptionItemsLargeFont() const | CBCGPListBox | inline |
IsDisabledItemsDragAllowed() const | CBCGPDragListBox | inline |
IsEnabled(int nIndex) const | CBCGPListBox | |
IsItemHighlightingEnabled() const | CBCGPListBox | inline |
IsItemPinned(int nIndex) | CBCGPListBox | |
IsSeparatorItem(int nIndex) const | CBCGPListBox | |
m_bOnGlass | CBCGPListBox | |
m_bVisualManagerStyle | CBCGPListBox | |
OnAfterRecreate() | CBCGPListBox | inlineprotectedvirtual |
OnCopyItemData(int nIndex) const | CBCGPListBox | protectedvirtual |
RemoveItemNotificationBadge(int nIndex, BOOL bRedraw=TRUE) | CBCGPListBox | inline |
ResetPins() | CBCGPListBox | |
SetAlternateRowColor(BOOL bSet=TRUE, BOOL bRedraw=TRUE) | CBCGPListBox | |
SetAutoToolTips(BOOL bSet=TRUE) | CBCGPListBox | |
SetCaptionItemsLargeFont(BOOL bSet=TRUE) | CBCGPListBox | |
SetColorBarWidth(int nWidth) | CBCGPListBox | |
SetDefaultItem(int nItem, BOOL bRedraw=TRUE) | CBCGPListBox | |
SetImageList(HIMAGELIST hImageList, int nVertMargin=2) | CBCGPListBox | |
SetImageList(UINT nImageListResID, int cxIcon=16, int nVertMargin=2, BOOL bAutoScale=FALSE) | CBCGPListBox | |
SetItemColorBar(int nIndex, COLORREF color) | CBCGPListBox | |
SetItemDescription(int nIndex, const CString &strDescription) | CBCGPListBox | |
SetItemExtraHeight(int nExtraHeight) | CBCGPListBox | |
SetItemIcon(int nIndex, HICON hIcon) | CBCGPListBox | |
SetItemImage(int nIndex, int nImageIndex) | CBCGPListBox | |
SetItemIndent(int nIndex, int nIndent, BOOL bRedraw=TRUE) | CBCGPListBox | |
SetItemNotificationBadge(int nIndex, int nNumber, COLORREF color=CLR_DEFAULT, BOOL bRedraw=TRUE) | CBCGPListBox | |
SetItemPinned(int nIndex, BOOL bSet=TRUE, BOOL bRedraw=FALSE) | CBCGPListBox | |
SetItemToolTip(int nIndex, const CString &strToolTip, LPCTSTR lpszDescription=NULL) | CBCGPListBox | |
SetNoContentLabel(const CString strNoContentLabel, BOOL bRedraw=TRUE) | CBCGPListBox | |