TextBox.CanSort プロパティ

定義

テキストボックスがソート可能かどうかを示す Boolean 値を取得します。

public:
 property bool CanSort { bool get(); };
public bool CanSort { get; }
member this.CanSort : bool
Public ReadOnly Property CanSort As Boolean

プロパティ値

true テキストボックスがソート可能なら、それ以外は false

適用対象