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

속성 값

Boolean

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

특성

적용 대상