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

In This Topic
    VerticalScroll Property
    In This Topic
    Syntax
    'Declaration
     
    
    <SRCategoryAttribute("CatLayout")>
    <SRDescriptionAttribute("ScrollableControlVerticalScrollDescr")>
    <System.ComponentModel.BrowsableAttribute(False)>
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)>
    Public ReadOnly Property VerticalScroll As System.Windows.Forms.VScrollProperties
    [SRCategory("CatLayout")]
    [SRDescription("ScrollableControlVerticalScrollDescr")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    public System.Windows.Forms.VScrollProperties VerticalScroll {get;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also