NSView.AddToolTip Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| AddToolTip(CGRect, INSToolTipOwner) | |
| AddToolTip(CGRect, NSObject) | |
| AddToolTip(CGRect, INSToolTipOwner, IntPtr) | |
| AddToolTip(CGRect, NSObject, IntPtr) |
AddToolTip(CGRect, INSToolTipOwner)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public IntPtr AddToolTip(CoreGraphics.CGRect rect, AppKit.INSToolTipOwner owner);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.AddToolTip : CoreGraphics.CGRect * AppKit.INSToolTipOwner -> nativeint
Parameters
- rect
- CGRect
- owner
- INSToolTipOwner
Returns
IntPtr
nativeint
- Attributes
Applies to
AddToolTip(CGRect, NSObject)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public IntPtr AddToolTip(CoreGraphics.CGRect rect, Foundation.NSObject owner);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.AddToolTip : CoreGraphics.CGRect * Foundation.NSObject -> nativeint
Parameters
- rect
- CGRect
- owner
- NSObject
Returns
IntPtr
nativeint
- Attributes
Applies to
AddToolTip(CGRect, INSToolTipOwner, IntPtr)
[Foundation.Export("addToolTipRect:owner:userData:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr AddToolTip(CoreGraphics.CGRect rect, AppKit.INSToolTipOwner owner, IntPtr userData);
[<Foundation.Export("addToolTipRect:owner:userData:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AddToolTip : CoreGraphics.CGRect * AppKit.INSToolTipOwner * nativeint -> nativeint
override this.AddToolTip : CoreGraphics.CGRect * AppKit.INSToolTipOwner * nativeint -> nativeint
Parameters
- rect
- CGRect
- owner
- INSToolTipOwner
- userData
-
IntPtr
nativeint
Returns
IntPtr
nativeint
- Attributes
Applies to
AddToolTip(CGRect, NSObject, IntPtr)
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public IntPtr AddToolTip(CoreGraphics.CGRect rect, Foundation.NSObject owner, IntPtr userData);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
member this.AddToolTip : CoreGraphics.CGRect * Foundation.NSObject * nativeint -> nativeint
Parameters
- rect
- CGRect
- owner
- NSObject
- userData
-
IntPtr
nativeint
Returns
IntPtr
nativeint
- Attributes