Draws a single-pixel border for a flat button control.
[Visual Basic] Protected Sub DrawFlatFrame( _ ByVal g As Graphics, _ ByVal r As Rectangle _ ) [C#] protected void DrawFlatFrame( Graphics g, Rectangle r ); [C++] protected: void DrawFlatFrame( Graphics* g, Rectangle r ); [JScript] protected function DrawFlatFrame( g : Graphics, r : Rectangle );
ButtonBase Class | ButtonBase Members | System.WinForms Namespace | Draw3DBorder | DrawDefaultBorder