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

속성 값

범위 선택 사용자 인터페이스를 사용하도록 설정하면

특성

적용 대상