Show / Hide Table of Contents

Enum ItemState

Represents the visual state of an item.

Namespace: Manina.Windows.Forms
Assembly: TabControl.dll
Syntax
[Flags]
public enum ItemState

Fields

Name Description
Disabled

The item is disabled.

Focused

The item has input focus.

Hot

Mouse cursor is over the item.

Inactive

The item is inactive.

Pressed

The left mouse button is clicked over the item.

Back to top Copyright © 2018 Özgür Özçıtak