DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ActivateOffLine Field






In This Topic
    ActivateOffLine Field
    In This Topic
    The Activate OffLine Button
    Syntax
    'Declaration
     
    
    Public ActivateOffLine As System.Windows.Forms.Button
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.Button
     
    value = instance.ActivateOffLine
     
    instance.ActivateOffLine = value
    public System.Windows.Forms.Button ActivateOffLine
    public field ActivateOffLine: System.Windows.Forms.Button; 
    public var ActivateOffLine : System.Windows.Forms.Button;
    public: System.Windows.Forms.Button* ActivateOffLine
    public:
    System.Windows.Forms.Button^ ActivateOffLine
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also