ShowWithoutActivation Property
In This Topic
Syntax
'Declaration
<System.ComponentModel.BrowsableAttribute(False)>
Protected Overridable ReadOnly Property ShowWithoutActivation As System.Boolean
'Usage
Dim instance As LicenseDialog
Dim value As System.Boolean
value = instance.ShowWithoutActivation
[System.ComponentModel.Browsable(false)]
protected virtual System.bool ShowWithoutActivation {get;}
protected read-only property ShowWithoutActivation: System.Boolean; virtual;
System.ComponentModel.BrowsableAttribute()
protected function get ShowWithoutActivation : System.boolean
[System.ComponentModel.Browsable(false)]
protected: __property virtual System.bool get_ShowWithoutActivation();
[System.ComponentModel.Browsable(false)]
protected:
virtual property System.bool ShowWithoutActivation {
System.bool get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also