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

適用於