Cursor.IsUserEnabled 속성

정의

커서 사용자 인터페이스를 사용하거나 사용하지 않도록 설정하는 플래그를 가져오거나 설정합니다.

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

속성 값

커서 사용자 인터페이스를 사용하도록 설정하면

특성

적용 대상