Share via


ViewState Enum

Definition

Defines flags that represent different interactive states of a view.

This enumeration supports a bitwise combination of its member values.

public enum class ViewState
[System.Flags]
public enum ViewState
[<System.Flags>]
type ViewState = 
Public Enum ViewState
Inheritance
ViewState
Attributes

Fields

Name Value Description
Default 0

The default state of the view.

Prelight 1

The view is being hovered over (prelight state).

Pressed 2

The view is being pressed.

Applies to