InputPanel for WinForms帮助文档
Text 属性 (InputTextBox)






Gets or sets the text associated with the component.
语法
'声明
 
Public Overrides Property Text As System.String
'用法
 
Dim instance As InputTextBox
Dim value As System.String
 
instance.Text = value
 
value = instance.Text
public override System.string Text {get; set;}
public read-write property Text: System.String; override; 
public override function get,set Text : System.String
public: __property System.string* get_Text() override;
public: __property void set_Text( 
   System.string* value
) override;
public:
property System.String^ Text {
   System.String^ get() override;
   void set (    System.String^ value) override;
}
需求

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

请参见

引用

InputTextBox 类
InputTextBox 成员

Send Feedback