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

属性

適用対象