public bool VerticalScrollWithShift { get; set; }Public Property VerticalScrollWithShift As Boolean
Get
Setpublic:
property bool VerticalScrollWithShift {
bool get ();
void set (bool value);
}member VerticalScrollWithShift : bool with get, set