Table of Contents

Enum ToolboxItemPaintState

Namespace
Alternet.FormDesigner.WinForms.Toolbox
Assembly
Alternet.FormDesigner.v9.dll

Defines state of the painted toolbox item.

public enum ToolboxItemPaintState

Fields

Disabled = 3

Specifies disabled state.

Hovered = 1

Specifies hovered state.

Normal = 0

Specifies normal state.

Pressed = 2

Specifies pressed state.