| HTMLOptionElementSelected Property |
Represents the current state of the corresponding form control, in an
interactive user agent. Changing this attribute changes the state of
the form control, but does not change the value of the HTML selected
attribute of the element.
Namespace: Aspose.HtmlAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic bool Selected { get; set; }Public Property Selected As Boolean
Get
Set
public:
property bool Selected {
bool get ();
void set (bool value);
}member Selected : bool with get, set
Property Value
Type:
Boolean
See Also