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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also