Show / Hide Table of Contents

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 Source

DrawButtonParams(ItemState, Rectangle)

Declaration
public DrawButtonParams(ItemState state, Rectangle bounds)
Parameters
Type Name Description
ItemState state
System.Drawing.Rectangle bounds

Properties

| Improve this Doc View Source

Bounds

Bounding rectangle of the button.

Declaration
public Rectangle Bounds { get; }
Property Value
Type Description
System.Drawing.Rectangle
| Improve this Doc View Source

State

Visual state of the button.

Declaration
public ItemState State { get; }
Property Value
Type Description
ItemState
Back to top Copyright © 2018 Özgür Özçıtak