[To be supplied.]
Draws a focus rectangle. A focus rectangle is a dotted rectangle that Windows uses to indicate what control has the current keyboard focus.
[Visual Basic] Overloads Public Shared Sub DrawFocusRectangle(Graphics, Rectangle, Color, Color)
[C#] public static void DrawFocusRectangle(Graphics, Rectangle, Color, Color);
[C++] public: static void DrawFocusRectangle(Graphics*, Rectangle, Color, Color);
[JScript] public static function DrawFocusRectangle(Graphics, Rectangle, Color, Color);
Draws a focus rectangle. A focus rectangle is a dotted rectangle that Windows uses to indicate what control has the current keyboard focus.
[Visual Basic] Overloads Public Shared Sub DrawFocusRectangle(Graphics, Rectangle)
[C#] public static void DrawFocusRectangle(Graphics, Rectangle);
[C++] public: static void DrawFocusRectangle(Graphics*, Rectangle);
[JScript] public static function DrawFocusRectangle(Graphics, Rectangle);
ControlPaint Class | ControlPaint Members | System.WinForms Namespace