Class ComboBoxHandle
public class ComboBoxHandle : WidgetHandle, IDisposable
- Inheritance
-
ComboBoxHandle
- Implements
- Derived
- Inherited Members
Constructors
ComboBoxHandle(nint, bool)
public ComboBoxHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static ComboBoxHandle For<T>(ConstructArgument[] constructArguments) where T : ComboBox, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T