Implicitly converts an Element to an instance of this class.
| C# | Visual Basic | Visual C++ |
public static implicit operator RadioButton ( Element element )
Public Shared Widening Operator CType ( _ element As Element _ ) As RadioButton
static implicit operator RadioButton^ ( Element^ element )
- element (Element)
- The element to convert.
The RadioButton.
| Exception | Condition |
|---|---|
| ArgumentNullException | If element is null. |
| CapabilityNotSupportedException | If the element does not support the
capabilities required by this adapter. |
