ControlScheduler와 연결된 컨트롤을 가져옵니다.
네임스페이스:System.Reactive.Concurrency
어셈블리: System.Reactive.Windows.Forms(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
속성 값
형식: System.Windows.Forms.Control
ControlScheduler와 연결된 컨트롤입니다.