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