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.

属性

适用于