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






    TopMost Property
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    <SRCategoryAttribute("CatWindowStyle")>
    <SRDescriptionAttribute("FormTopMostDescr")>
    Public Property TopMost As System.Boolean
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.TopMost = value
     
    value = instance.TopMost
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also