DicomObjects.NET.V8
DicomObjects 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
    'Declaration
     
    Public Sub ShowActivation( _
       ByVal Show As Boolean _
    ) 
     
    'Usage
     
    Dim instance As LicenseDialog
    Dim Show As Boolean
     
    instance.ShowActivation(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: .NET CLR 4.0 or higher

    See Also