TextRun.m_formattedValueExpressionBased Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a value that indicates whether the formatted text run value is expression-based.
protected: Nullable<bool> m_formattedValueExpressionBased;
protected bool? m_formattedValueExpressionBased;
val mutable m_formattedValueExpressionBased : Nullable<bool>
Protected m_formattedValueExpressionBased As Nullable(Of Boolean)