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