Share via


ActionDefinition.DisplaysUI Property

Definition

Gets a value indicating whether the app action displays UI.

public:
 property bool DisplaysUI { bool get(); };
bool DisplaysUI();
public bool DisplaysUI { get; }
var boolean = actionDefinition.displaysUI;
Public ReadOnly Property DisplaysUI As Boolean

Property Value

Boolean

bool

True is the app action displays UI; otherwise, false.

Applies to