Cursor.IsUserSelectionEnabled 속성

정의

범위 선택 사용자 인터페이스를 사용할지 여부를 지정하는 플래그를 가져오거나 설정합니다.

public:
 property bool IsUserSelectionEnabled { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsUserSelectionEnabled { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsUserSelectionEnabled : bool with get, set
Public Property IsUserSelectionEnabled As Boolean

속성 값

범위 선택 사용자 인터페이스를 사용하면 true이고, 그렇지 않으면 false입니다.

특성

적용 대상