Share via


NSHelpManager.ShowContext(NSObject, CGPoint) Method

Definition

[Foundation.Export("showContextHelpForObject:locationHint:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShowContext(Foundation.NSObject theObject, CoreGraphics.CGPoint pt);
[<Foundation.Export("showContextHelpForObject:locationHint:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShowContext : Foundation.NSObject * CoreGraphics.CGPoint -> bool
override this.ShowContext : Foundation.NSObject * CoreGraphics.CGPoint -> bool

Parameters

theObject
NSObject
pt
CGPoint

Returns

Attributes

Applies to