获取与 ControlScheduler 关联的控件。
Namespace:System.Reactive.Concurrency
装配: System.Reactive.Windows.Forms.dll) 中的 System.Reactive.Windows.Forms (
语法
'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 关联的控件。