Control.AutoScrollOffset 属性

定义

获取或设置一个值,该值指示在 ScrollControlIntoView(Control) 中将控件滚动到何处。

public:
 virtual property System::Drawing::Point AutoScrollOffset { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
public virtual System.Drawing.Point AutoScrollOffset { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.AutoScrollOffset : System.Drawing.Point with get, set
Public Overridable Property AutoScrollOffset As Point

属性值

Point

一个指定滚动位置的 Point。 默认为控件的左上角。

属性

适用于