Share via


UserActionState Enum

Definition

Represents the availability of an action to a user.

public enum class UserActionState
public enum class UserActionState
enum UserActionState
public enum UserActionState
type UserActionState = 
Public Enum UserActionState
Inheritance
UserActionState

Fields

Disabled 1

Indicates that the action is disabled.

Enabled 0

Indicates that the action is enabled and allowed.

Hidden 2

Indicates that the action is not visible.

Applies to