CComControlBase::m_bUIActive
Flag indicating the control's user interface, such as menus and toolbars, is active.
unsigned m_bUIActive:1;
Заметки
The m_bInPlaceActive flag indicates that the control is active, but not that its user interface is active.
Примечание. |
---|
To use this data member within your control class, you must declare it as a data member in your control class. Your control class will not inherit this data member from the base class because it is declared within a union in the base class. |
Требования
Header: atlctl.h