言語

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

プロパティ値

フォーマットを適用した後のTextBoxの計算値を表すstring値です。

注釈

フォーマットが適用される前の TextBox の計算値は OriginalValueを参照してください。

適用対象