ToolStripItem.GetCurrentParent メソッド

定義

現在の ToolStrip のコンテナーである ToolStripItem を取得します。

public:
 System::Windows::Forms::ToolStrip ^ GetCurrentParent();
public System.Windows.Forms.ToolStrip GetCurrentParent ();
public System.Windows.Forms.ToolStrip? GetCurrentParent ();
member this.GetCurrentParent : unit -> System.Windows.Forms.ToolStrip
Public Function GetCurrentParent () As ToolStrip

戻り値

現在の ToolStrip のコンテナーである ToolStripItem

注釈

GetCurrentParent は、Parent プロパティの読み取り専用のアクセサーです。 所有者とは異なり、親は、項目が表示されている、返された現在の ToolStrip を示し、それはオーバーフロー領域に存在する可能性があります。

適用対象