XdsObjects Help file
XdsObjects Namespace / LicenseDialog Class / ShowActivation Method
True is the full dialog is to be shown and false if the smaller "information" mode should be used.



ShowActivation Method
Control whether the full (activation) mode of the dialog is shown
Syntax
Public Sub ShowActivation( _
   ByVal Show As Boolean _
) 
Dim instance As LicenseDialog
Dim Show As Boolean
 
instance.ShowActivation(Show)
public void ShowActivation( 
   bool Show
)
public:
void ShowActivation( 
   bool Show
) 

Parameters

Show
True is the full dialog is to be shown and false if the smaller "information" mode should be used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also