ToolStripControlHost.Selected 속성
정의
항목이 선택되었는지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the item is selected.
public:
virtual property bool Selected { bool get(); };
public override bool Selected { get; }
member this.Selected : bool
Public Overrides ReadOnly Property Selected As Boolean
속성 값
ToolStripItem이 선택되었으면 true
이고, 그렇지 않으면 false
입니다.true
if the ToolStripItem is selected; otherwise, false
.