Retrieves the current value of the specified bit in the control's style. NOTE: This is control style, not the Win32 style of the hwnd.
[Visual Basic] Protected Function GetStyle( _ ByVal flag As ControlStyles _ ) As Boolean [C#] protected bool GetStyle( ControlStyles flag ); [C++] protected: bool GetStyle( ControlStyles flag ); [JScript] protected function GetStyle( flag : ControlStyles ) : Boolean;
true if flag is set in the control's style.