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。 預設為控制項的左上角。

屬性

適用於