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