Whether the local cursor is allowed to be hidden.
By default, this is true.
Namespace: RemoteViewing.Windows.FormsAssembly: RemoteViewing.Windows.Forms (in RemoteViewing.Windows.Forms.dll) Version: 0.9.1.0 (0.9.1.0)
public bool AllowRemoteCursor { get; set; }
public bool AllowRemoteCursor { get; set; }
Public Property AllowRemoteCursor As Boolean
Get
Set
Public Property AllowRemoteCursor As Boolean
Get
Set
public:
property bool AllowRemoteCursor {
bool get ();
void set (bool value);
}
public:
property bool AllowRemoteCursor {
bool get ();
void set (bool value);
}
member AllowRemoteCursor : bool with get, set
member AllowRemoteCursor : bool with get, set