ToolStripItem.IsDisposed 속성
정의
개체가 삭제되었는지 여부를 나타내는 값을 가져옵니다.Gets a value indicating whether the object has been disposed of.
public:
property bool IsDisposed { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsDisposed { get; }
member this.IsDisposed : bool
Public ReadOnly Property IsDisposed As Boolean
속성 값
컨트롤이 삭제되었으면 true
이고, 그렇지 않으면 false
입니다.true
if the control has been disposed of; otherwise, false
.
- 특성