TextBoxInstance.Value 属性

定义

在应用格式设置后获取 TextBox 的计算值。

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

属性值

一个string值,该值表示在应用格式设置后 TextBox 的计算值。

注解

有关应用格式设置之前计算的值 TextBox ,请参阅 OriginalValue

适用于