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






In This Topic
    AutoScroll Property
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.LocalizableAttribute(True)>
    Public Overridable Property AutoScroll As System.Boolean
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim value As System.Boolean
     
    instance.AutoScroll = value
     
    value = instance.AutoScroll
    [System.ComponentModel.Localizable(true)]
    public virtual System.bool AutoScroll {get; set;}
    public read-write property AutoScroll: System.Boolean; virtual; 
    System.ComponentModel.LocalizableAttribute()
    public function get,set AutoScroll : System.boolean
    [System.ComponentModel.Localizable(true)]
    public: __property virtual System.bool get_AutoScroll();
    public: __property virtual void set_AutoScroll( 
       System.bool value
    );
    [System.ComponentModel.Localizable(true)]
    public:
    virtual property System.bool AutoScroll {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also