ToolStripItem.OwnerItem 속성
정의
이 ToolStripItem의 부모 ToolStripItem를 가져옵니다.Gets the parent ToolStripItem of this ToolStripItem.
public:
property System::Windows::Forms::ToolStripItem ^ OwnerItem { System::Windows::Forms::ToolStripItem ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.ToolStripItem OwnerItem { get; }
member this.OwnerItem : System.Windows.Forms.ToolStripItem
Public ReadOnly Property OwnerItem As ToolStripItem
속성 값
ToolStripItem의 부모 ToolStripItem입니다.The parent ToolStripItem of this ToolStripItem.
- 특성
설명
예를 들어 합니다 OwnerItem 의 열기 ToolStripMenuItem 일반적으로 파일ToolStripMenuItem합니다.For example, the OwnerItem of an OpenToolStripMenuItem would typically be a FileToolStripMenuItem.