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

属性

适用于