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