Table of Contents

Enum TabControlAction

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Defines values representing tab control events.

public enum TabControlAction

Fields

Deselected = 3

Represents the 'Deselected' event.

Deselecting = 2

Represents the 'Deselecting' event.

Selected = 1

Represents the 'Selected' event.

Selecting = 0

Represents the 'Selecting' event.