public ToolBarEx( TBarType type, bool m_bUseNewRow ) : this() { m_enBarType = type; this.m_bUseNewRow = m_bUseNewRow; }
public ToolBarEx( TBarType type ) : this() { m_enBarType = type; }