HTMLOptionElement.Label Property |
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);
A string representing the option label for use in hierarchical menus.
HTMLOptionElement Object | HTMLOptionElement Members | DOM Namespace