ToolStrip.AutoScroll Property

Definition

This property is not relevant for this class.

public:
 virtual property bool AutoScroll { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool AutoScroll { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScroll : bool with get, set
Public Overrides Property AutoScroll As Boolean

Property Value

true to automatically scroll; otherwise, false.

Attributes

Exceptions

Automatic scrolling is not supported by ToolStrip controls.

Remarks

This property is not relevant for this class.

Applies to