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
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Windows.Forms.VScrollProperties
     
    value = instance.VerticalScroll
    [SRCategory("CatLayout")]
    [SRDescription("ScrollableControlVerticalScrollDescr")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    public System.Windows.Forms.VScrollProperties VerticalScroll {get;}
    public read-only property VerticalScroll: System.Windows.Forms.VScrollProperties; 
    SRCategoryAttribute("CatLayout")
    SRDescriptionAttribute("ScrollableControlVerticalScrollDescr")
    System.ComponentModel.BrowsableAttribute()
    System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Always)
    public function get VerticalScroll : System.Windows.Forms.VScrollProperties
    [SRCategory("CatLayout")]
    [SRDescription("ScrollableControlVerticalScrollDescr")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    public: __property System.Windows.Forms.VScrollProperties* get_VerticalScroll();
    [SRCategory("CatLayout")]
    [SRDescription("ScrollableControlVerticalScrollDescr")]
    [System.ComponentModel.Browsable(false)]
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Always)]
    public:
    property System.Windows.Forms.VScrollProperties^ VerticalScroll {
       System.Windows.Forms.VScrollProperties^ get();
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also