Struct TabControl.TabControlRenderer.DrawButtonParams
Represents the parameters required to draw a scroll button.
Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
public struct DrawButtonParams
Constructors
| Improve this Doc View SourceDrawButtonParams(ItemState, Rectangle)
Declaration
public DrawButtonParams(ItemState state, Rectangle bounds)
Parameters
Type | Name | Description |
---|---|---|
ItemState | state | |
System.Drawing.Rectangle | bounds |
Properties
| Improve this Doc View SourceBounds
Bounding rectangle of the button.
Declaration
public Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle |
State
Visual state of the button.
Declaration
public ItemState State { get; }
Property Value
Type | Description |
---|---|
ItemState |