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