CMFCRibbonComboBox::CMFCRibbonComboBox
Erstellt ein CMFCRibbonComboBox-Objekt.
public:
CMFCRibbonComboBox(
UINT nID,
BOOL bHasEditBox=TRUE,
Int nWidth=-1,
LPCTSTR lpszLabel=NULL,
Int nImage=-1
);
protected:
CMFCRibbonComboBox();
Parameter
[in] nID
Die ID des Kombinationsfelds.[in] bHasEditBox
TRUE, wenn Sie ein Eingabefeld im Steuerelement soll; FALSE andernfalls.[in] nWidth
Breite des Kombinationsfelds in Pixel; oder -1 für die Standardbreite.[in] lpszLabel
Die Anzeigenbezeichnung des Kombinationsfelds.[in] nImage
Der kleine Bildindex des Kombinationsfelds.
Hinweise
Die Standardbreite beträgt 108 Pixel.
Anforderungen
Header: afxribboncombobox.h