다음을 통해 공유


ItemContainerAutomationPeer.IsSelected 속성

정의

항목이 선택되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsSelected { bool get(); };
bool IsSelected();
public bool IsSelected { get; }
var boolean = itemContainerAutomationPeer.isSelected;
Public ReadOnly Property IsSelected As Boolean

속성 값

Boolean

bool

True이면 요소가 선택됩니다. 그렇지 않으면 false입니다.

구현

적용 대상

추가 정보