Share

CAcUiColorComboBox::CAcUiColorComboBox

C++

CAcUiColorComboBox();

Description

This is the class constructor. A new object will have all members initialized, usually to zero or FALSE. The constructor sets m_bUseOption1, m_bUseOption2 and m_bUseOther1 to TRUE and initializes m_cargoOption1 and m_cargoOption2 to AutoCAD's ByLayer and ByBlock color indices (in other words, 256 and 0). m_hPalette is set to AutoCAD's current color palette and m_blockColorIndex defaults to 7.

Links

CAcUiColorComboBox

Was this information helpful?