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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also