VpnCustomCheckBox
VpnCustomCheckBox
VpnCustomCheckBox
VpnCustomCheckBox
Class
Definition
VpnCustomCheckBox is not supported and may be altered or unavailable in the future. Instead, use VpnCustomPromptBooleanInput.
public : sealed class VpnCustomCheckBox : IVpnCustomCheckBox, IVpnCustomPromptpublic sealed class VpnCustomCheckBox : IVpnCustomCheckBox, IVpnCustomPromptPublic NotInheritable Class VpnCustomCheckBox Implements IVpnCustomCheckBox, IVpnCustomPrompt// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Constructors
VpnCustomCheckBox() VpnCustomCheckBox() VpnCustomCheckBox() VpnCustomCheckBox()
Not supported.
public : VpnCustomCheckBox()public VpnCustomCheckBox()Public Sub New()// This API is not available in Javascript.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Properties
Bordered Bordered Bordered Bordered
Not supported.
public : PlatForm::Boolean Bordered { get; set; }public bool Bordered { get; set; }Public ReadWrite Property Bordered As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Checked Checked Checked Checked
Not supported.
public : PlatForm::Boolean Checked { get; }public bool Checked { get; }Public ReadOnly Property Checked As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Compulsory Compulsory Compulsory Compulsory
Not supported.
public : PlatForm::Boolean Compulsory { get; set; }public bool Compulsory { get; set; }Public ReadWrite Property Compulsory As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
InitialCheckState InitialCheckState InitialCheckState InitialCheckState
Not supported.
public : PlatForm::Boolean InitialCheckState { get; set; }public bool InitialCheckState { get; set; }Public ReadWrite Property InitialCheckState As bool// This API is not available in Javascript.
- Value
- PlatForm::Boolean bool bool bool
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|
Label Label Label Label
Not supported.
public : PlatForm::String Label { get; set; }public string Label { get; set; }Public ReadWrite Property Label As string// This API is not available in Javascript.
- Value
- PlatForm::String string string string
Not supported.
Additional features and requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
| Capabilities |
networkingVpnProvider
|