IVpnCustomPromptElement.Emphasized 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 sets whether the UI element is emphasized (bordered) or not.
public:
property bool Emphasized { bool get(); void set(bool value); };
bool Emphasized();
void Emphasized(bool value);
public bool Emphasized { get; set; }
var boolean = iVpnCustomPromptElement.emphasized;
iVpnCustomPromptElement.emphasized = boolean;
Public Property Emphasized As Boolean
Property Value
Boolean
bool
If the input UI element is emphasized, it is TRUE; otherwise , it is FALSE.
Windows requirements
App capabilities |
networkingVpnProvider
|