다음을 통해 공유


PivotAutomationPeer.IsSelectionRequired 속성

정의

컨트롤에 하나 이상의 자식 요소를 선택해야 하는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool IsSelectionRequired { bool get(); };
bool IsSelectionRequired();
public bool IsSelectionRequired { get; }
var boolean = pivotAutomationPeer.isSelectionRequired;
Public ReadOnly Property IsSelectionRequired As Boolean

속성 값

Boolean

bool

선택해야 하는 경우 true이고, 그렇지 않으면 false입니다.

구현

적용 대상