ControlScheduler.Control Property
Gets the control associated with the ControlScheduler.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive.Windows.Forms (in System.Reactive.Windows.Forms.dll)
Syntax
'Declaration
Public ReadOnly Property Control As Control
Get
'Usage
Dim instance As ControlScheduler
Dim value As Control
value = instance.Control
public Control Control { get; }
public:
property Control^ Control {
Control^ get ();
}
member Control : Control
function get Control () : Control
Property Value
Type: System.Windows.Forms.Control
The control associated with the ControlScheduler.