Gets or sets the option label for use in hierarchical menus.

[VBScript]
Public Property Label As String
[JScript]
public function get Label() : String;
public function set Label(String);

Property Value

A string representing the option label for use in hierarchical menus.

See Also

HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace