SECBar::ButtonStyleAndState
enum SECBar {
LMouseBtnDown,
RMouseBtnDown,
Focus,
NoSetFocusOnChild
};
Button Style and States
Defined in: SECBar.h
Members
LMouseBtnDown
State: Left Mouse Button Down
RMouseBtnDown
State: Right Mouse Button Down
Focus
State: Button has Focus
NoSetFocusOnChild
Style: If set using SetStyle the child control will never get keyboard focus.