SelectElement RemoveOptionElement Method (String)C# API
Removes the OptionElement with the specified value from the list of available OptionElement objects.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void RemoveOptionElement(
	string value
)

Parameters

value
Type: System String
The value of the OptionElement to remove.
See Also