Class UIEntry
Abstract class to represent a UIEntry.
public abstract class UIEntry : UIObject
- Inheritance
-
UIEntry
- Inherited Members
Constructors
UIEntry(string)
Initializes a new instance of UIEntry.
public UIEntry(string htmlType)
Parameters
htmlType
string
Properties
Mode
Gets or sets the Mode to the entry.
public abstract Mode Mode { get; set; }
Property Value
Value
Gets or sets the value to the entry.
public abstract string Value { get; set; }