Method |
Description |
|
DrawBorder ( Graphics g, Rectangle rectangle, bool enabled ) : void |
|
|
DrawButton ( Graphics g, Rectangle rectangle, string text, Font font, StringFormat fmt, ItemState state, bool hasBorder, bool enabled ) : void |
|
|
DrawButtonFocusRect ( Graphics g, Rectangle r, ItemState state ) : void |
|
|
DrawFilledBackground ( Graphics g, Rectangle rectangle, bool isGradient, float angle ) : void |
|
|
DrawFocusRect ( Graphics g, Rectangle r ) : void |
|
|
DrawSelectedPanel ( Graphics g, Rectangle r ) : void |
|
|
DrawSelectionBorder ( Graphics g, Rectangle r ) : void |
|
|
DrawSeparator ( Graphics g, Point ptFrom, Point ptTo ) : void |
|
|
DrawVerticalSeparator ( Graphics g, Point from, Point to ) : void |
|
|
DrawWhiteBackground ( Graphics g, Rectangle r, bool isGradient, float angle ) : void |
|
|