In This Topic
Control whether the full (activation) mode of the dialog is shown
Syntax
'Declaration
Public Sub ShowActivation( _
ByVal As System.Boolean _
)
'Usage
Dim instance As LicenseDialog
Dim Show As System.Boolean
instance.ShowActivation(Show)
public void ShowActivation(
System.bool
)
public procedure ShowActivation(
: System.Boolean
);
public function ShowActivation(
: System.boolean
);
public: void ShowActivation(
System.bool
)
public:
void ShowActivation(
System.bool
)
Parameters
- Show
-
True is the full dialog is to be shown and false
if the smaller "information" mode should be used.
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also