2 references to WS_EX_CONTEXTHELP
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3619
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CONTEXTHELP
;
3623
cp.ExStyle &= ~(int)WINDOW_EX_STYLE.
WS_EX_CONTEXTHELP
;