ControlScheduler.Control – vlastnost
Získá ovládací prvek přidružený k ControlScheduler.
Obor názvů:System.Reactive.Concurrency
Sestavení: System.Reactive.Windows.Forms (v 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
Hodnota vlastnosti
Typ: System.Windows.Forms.Control
Ovládací prvek přidružený k ControlScheduler.