TabRenderer Methods
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | DrawTabItem(Graphics^, Rectangle, Boolean, TabItemState) | Draws a tab in the specified state and bounds, and with an optional focus rectangle. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, Image^, Rectangle, Boolean, TabItemState) | Draws a tab in the specified state and bounds, with the specified image, and with an optional focus rectangle. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, String^, Font^, Boolean, TabItemState) | Draws a tab in the specified state and bounds, with the specified text, and with an optional focus rectangle. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, String^, Font^, Image^, Rectangle, Boolean, TabItemState) | Draws a tab in the specified state and bounds, with the specified text and image, and with an optional focus rectangle. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, String^, Font^, TabItemState) | Draws a tab in the specified state and bounds, and with the specified text. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, String^, Font^, TextFormatFlags, Boolean, TabItemState) | Draws a tab in the specified state and bounds, with the specified text and text formatting, and with an optional focus rectangle. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, String^, Font^, TextFormatFlags, Image^, Rectangle, Boolean, TabItemState) | Draws a tab in the specified state and bounds; with the specified text, text formatting, and image; and with an optional focus rectangle. |
![]() ![]() | DrawTabItem(Graphics^, Rectangle, TabItemState) | Draws a tab in the specified state and bounds. |
![]() ![]() | DrawTabPage(Graphics^, Rectangle) | Draws a tab page in the specified bounds. |
![]() | 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() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

