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.



In This Topic
    ShowActivation Method
    In This Topic
    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)
    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: .NET CLR 4.0 or higher

    See Also