Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
WaveEngine
Components
UI
TextBox
C# Class WaveEngine.Components.UI.TextBox
TextBox decorate class
Inheritance:
UIBase
显示文件
Open project: WaveEngine/Components
Class Usage Examples
Private Properties
Property
Type
Description
Public Methods
Method
Description
TextBox
( ) :
System
Initializes a new instance of the
TextBox
class.
TextBox
(
string
name
) :
System
Initializes a new instance of the
TextBox
class.
Method Details
TextBox()
public
method
Initializes a new instance of the
TextBox
class.
public
TextBox
( ) :
System
return
System
TextBox()
public
method
Initializes a new instance of the
TextBox
class.
public
TextBox
(
string
name
) :
System
name
string
The name.
return
System