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