HtmlSelect
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.HtmlControls
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class HtmlSelect : HtmlContainerControl
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlSelect
Inherited Members
Constructors
C#
public HtmlSelect()
Properties
C#
public ReadOnlyCollection<HtmlOption> Options { get; }
C#
public int SelectedIndex { get; }
C#
public HtmlOption SelectedOption { get; }