ButtonRenderer Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawButton(Graphics^, Rectangle, Boolean, PushButtonState) | Draws a button control in the specified state and bounds, and with an optional focus rectangle. |
![]() ![]() | DrawButton(Graphics^, Rectangle, Image^, Rectangle, Boolean, PushButtonState) | Draws a button control in the specified state and bounds, with the specified image, and with an optional focus rectangle. |
![]() ![]() | DrawButton(Graphics^, Rectangle, PushButtonState) | Draws a button control in the specified state and bounds. |
![]() ![]() | DrawButton(Graphics^, Rectangle, String^, Font^, Boolean, PushButtonState) | Draws a button control in the specified state and bounds, with the specified text, and with an optional focus rectangle. |
![]() ![]() | DrawButton(Graphics^, Rectangle, String^, Font^, Image^, Rectangle, Boolean, PushButtonState) | Draws a button control in the specified state and bounds, with the specified text and image, and with an optional focus rectangle. |
![]() ![]() | DrawButton(Graphics^, Rectangle, String^, Font^, TextFormatFlags, Boolean, PushButtonState) | Draws a button control in the specified state and bounds, with the specified text and text formatting, and with an optional focus rectangle. |
![]() ![]() | DrawButton(Graphics^, Rectangle, String^, Font^, TextFormatFlags, Image^, Rectangle, Boolean, PushButtonState) | Draws a button control in the specified state and bounds; with the specified text, text formatting, and image; and with an optional focus rectangle. |
![]() ![]() | DrawParentBackground(Graphics^, Rectangle, Control^) | Draws the background of a control's parent in the specified area. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | IsBackgroundPartiallyTransparent(PushButtonState) | Indicates whether the background of the button has semitransparent or alpha-blended pieces. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

