Draws the focus rectangle if the control has focus.
[Visual Basic] Protected Sub DrawFocus( _ ByVal g As Graphics, _ ByVal r As Rectangle _ ) [C#] protected void DrawFocus( Graphics g, Rectangle r ); [C++] protected: void DrawFocus( Graphics* g, Rectangle r ); [JScript] protected function DrawFocus( g : Graphics, r : Rectangle );
ButtonBase Class | ButtonBase Members | System.WinForms Namespace | GetFocusRect