ControlScheduler に関連付けられているコントロールを取得します。
Namespace:System.Reactive.Concurrency
アセンブリ: System.Reactive.Windows.Forms (System.Reactive.Windows.Forms.dll内)
構文
'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 に関連付けられているコントロール。