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