다음을 통해 공유


TextBox.Text 속성

이 멤버는 TextBoxBase.Text을(를) 재정의합니다.

구문

‘선언
Public Overrides Property Text As String
‘사용 방법
Dim instance As TextBox
Dim value As String

value = instance.Text

instance.Text = value
public override string Text { get; set; }
public:
virtual property String^ Text {
    String^ get () override;
    void set (String^ value) override;
}
/** @property */
public String get_Text ()

/** @property */
public void set_Text (String value)
public override function get Text () : String

public override function set Text (value : String)

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

.NET Compact Framework

2.0, 1.0에서 지원

참고 항목

참조

TextBox 클래스
TextBox 멤버
System.Windows.Forms 네임스페이스