ScrollableControl.VerticalScroll プロパティ

定義

垂直スクロール バーに関連付けられた特性を取得します。

public:
 property System::Windows::Forms::VScrollProperties ^ VerticalScroll { System::Windows::Forms::VScrollProperties ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.VScrollProperties VerticalScroll { get; }
[<System.ComponentModel.Browsable(false)>]
member this.VerticalScroll : System.Windows.Forms.VScrollProperties
Public ReadOnly Property VerticalScroll As VScrollProperties

プロパティ値

VScrollProperties

垂直スクロール バーに関する情報を格納する VScrollProperties

属性

注釈

この VScrollProperties クラスには、スクロール バーとその操作に関する情報が含まれます。たとえば、有効にして表示するかどうか、スクロール ページのサイズ、向き、表示位置などです。

適用対象

こちらもご覧ください