HTMLSelectElement.Type
HTMLSelectElement.Type property
The type of this form control. This is the String “select-multiple” when the multiple attribute is true
and the String “select-one” when false
.
public String Type { get; }
See Also
- class HTMLSelectElement
- package com.aspose.html
- package Aspose.HTML