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






    Dock Property (LicenseDialog)
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <System.ComponentModel.LocalizableAttribute(True)>
    <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.Repaint)>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <SRDescriptionAttribute("ControlDockDescr")>
    Public Overridable Property Dock As System.Windows.Forms.DockStyle
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.DockStyle
     
    instance.Dock = value
     
    value = instance.Dock
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also