Whether the control should send input to the server, or act only as a viewer.
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 AllowInput { get; set; }
public bool AllowInput { get; set; }
Public Property AllowInput As Boolean
Get
Set
Public Property AllowInput As Boolean
Get
Set
public:
property bool AllowInput {
bool get ();
void set (bool value);
}
public:
property bool AllowInput {
bool get ();
void set (bool value);
}
member AllowInput : bool with get, set
member AllowInput : bool with get, set