Propriété ControlScheduler.Control
Obtient le contrôle associé au ControlScheduler.
Espace de noms :System.Reactive.Concurrency
Assemblée: System.Reactive.Windows.Forms (en System.Reactive.Windows.Forms.dll)
Syntaxe
'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
Valeur de propriété
Type : System.Windows.Forms.Control
Contrôle associé au ControlScheduler.