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






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

    Target Platforms: .NET CLR 4.8 or higher

    See Also