ExpressionTextBox.IsSupportedExpression プロパティ

定義

式がサポートされているかどうかを示す値を取得または設定します。

public:
 property bool IsSupportedExpression { bool get(); void set(bool value); };
public bool IsSupportedExpression { get; set; }
member this.IsSupportedExpression : bool with get, set
Public Property IsSupportedExpression As Boolean

プロパティ値

式がサポートされる場合は true。それ以外の場合は false

適用対象