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






    VerticalScroll Property
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <SRDescriptionAttribute("ScrollableControlVerticalScrollDescr")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public ReadOnly Property VerticalScroll As System.Windows.Forms.VScrollProperties
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.VScrollProperties
     
    value = instance.VerticalScroll
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also