ToolStripItem.Pressed 속성

정의

항목이 누름 상태인지 여부를 나타내는 값을 가져옵니다.

public:
 virtual property bool Pressed { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool Pressed { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Pressed : bool
Public Overridable ReadOnly Property Pressed As Boolean

속성 값

Boolean

항목이 누름 상태이면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상