共用方式為


ControlScheduler.Control 屬性

取得與 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 相關聯的控制項。

另請參閱

參考

ControlScheduler 類別

System.Reactive.Concurrency 命名空間