Cursor.IsUserSelectionEnabled Propiedad

Definición

Obtiene o establece una marca que habilita o deshabilita la interfaz de usuario de selección de intervalo.

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

Valor de propiedad

Es true si la interfaz de usuario de selección de intervalo está habilitada; de lo contrario, es false.

Atributos

Se aplica a