ScrollableControl.VerticalScroll Vlastnost

Definice

Získá charakteristiky spojené s svislým posuvníkem.

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

Hodnota vlastnosti

VScrollProperties

A VScrollProperties obsahující informace o svislém posuvníku.

Atributy

Poznámky

Třída VScrollProperties obsahuje informace o posuvníku a jeho operaci, například o tom, jestli je povolená a viditelná, velikost stránky posouvání, orientace, pozice zobrazení atd.

Platí pro

Viz také