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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also