ControlScheduler.Control-Eigenschaft
Ruft das Steuerelement ab, das dem ControlScheduler zugeordnet ist.
Namespace:System.Reactive.Concurrency
Versammlung: 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
Eigenschaftswert
Typ: System.Windows.Forms.Control
Das Steuerelement, das dem ControlScheduler zugeordnet ist.