WindowsActionAttribute.DisplaysUI Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or initializes a value that indicates whether the action displays UI.
public:
property bool DisplaysUI { bool get(); void set(bool value); };
bool DisplaysUI();
void DisplaysUI(bool value);
public bool DisplaysUI { get; init; }
var boolean = windowsActionAttribute.displaysUI;
windowsActionAttribute.displaysUI = boolean;
Public Property DisplaysUI As Boolean
Property Value
True if the action displays UI; otherwise, false.