Class HtmlOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Controls.HtmlControls
Assembly: ArtOfTest.WebAii.dll
Syntax
public class HtmlOption : HtmlControl
Constructors
HtmlOption()
Declaration
public HtmlOption()
HtmlOption(Element)
Properties
Selected
Declaration
public bool Selected { get; set; }
Property Value
System.Boolean
|
Text
Declaration
public string Text { get; }
Property Value
System.String
|
Value
Declaration
public string Value { get; }
Property Value
System.String
|