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.

适用于