Enum ToolboxItemPaintState
- Namespace
- Alternet.FormDesigner.WinForms.Toolbox
- Assembly
- Alternet.FormDesigner.v10.dll
Defines state of the painted toolbox item.
public enum ToolboxItemPaintState
Fields
Disabled = 3Specifies disabled state.
Hovered = 1Specifies hovered state.
Normal = 0Specifies normal state.
Pressed = 2Specifies pressed state.