言語

StatusBarPanel.Parent プロパティ

定義

ステータス バー パネルをホストする StatusBar コントロールを取得します。

public:
 property System::Windows::Forms::StatusBar ^ Parent { System::Windows::Forms::StatusBar ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.StatusBar Parent { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Parent : System.Windows.Forms.StatusBar
Public ReadOnly Property Parent As StatusBar

プロパティ値

パネルを含む StatusBar

属性

注釈

このプロパティを使用して、StatusBarが含まれているStatusBarPanel コントロールを決定できます。 StatusBarPanelオブジェクトは、StatusBar クラスのAdd メソッドを呼び出すことによって、StatusBar.StatusBarPanelCollection コントロールに追加されます。 StatusBar.StatusBarPanelCollection コントロールのStatusBarには、Panels プロパティを使用してアクセスできます。

適用対象

こちらもご覧ください