Share via


NSView.AddToolTip Method

Definition

Overloads

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

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
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

Applies to