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






In This Topic
    VScroll Property
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Property VScroll As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.VScroll = value
     
    value = instance.VScroll
    protected System.bool VScroll {get; set;}
    protected read-write property VScroll: System.Boolean; 
    protected function get,set VScroll : System.boolean
    protected: __property System.bool get_VScroll();
    protected: __property void set_VScroll( 
       System.bool value
    );
    protected:
    property System.bool VScroll {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also