Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Defines the number of columns that are displayed in the table of colors that is presented to the user during the user's color selection process.
void SetColumnsNumber(
int nColumns
);
Parameters
- [in] nColumns
Specifies the number of columns.
Remarks
The user can select a color from a popup color bar that displays a table of predefined colors. Use this method to define the number of columns in the table.
Requirements
Header: afxcolorbutton.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
|---|---|---|
August 2008 |
Clarified the purpose of the nColumns parameter. |
Content bug fix. |