DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / TopLevel Property






    TopLevel Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property TopLevel As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.TopLevel = value
     
    value = instance.TopLevel
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also