IServerType2.Owner 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,將擁有者 handle 傳遞給子視窗。
public:
property System::Windows::Forms::Control ^ Owner { System::Windows::Forms::Control ^ get(); void set(System::Windows::Forms::Control ^ value); };
public System.Windows.Forms.Control Owner { get; set; }
member this.Owner : System.Windows.Forms.Control with get, set
Public Property Owner As Control
屬性值
一個將擁有者 handle 傳遞給子視窗的值。