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