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