Class FormControl
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Goui.Html
Assembly: Goui.dll
Syntax
public abstract class FormControl : Element, INotifyPropertyChanged
Constructors
| Improve this Doc View SourceFormControl(String)
Declaration
public FormControl(string tagName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tagName |
Properties
| Improve this Doc View SourceIsDisabled
Declaration
public bool IsDisabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
System.ComponentModel.INotifyPropertyChanged