Share via


NSMatrix.SetToolTipForCell(String, NSCell) Method

Definition

[Foundation.Export("setToolTip:forCell:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetToolTipForCell(string? toolTipString, AppKit.NSCell cell);
[<Foundation.Export("setToolTip:forCell:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetToolTipForCell : string * AppKit.NSCell -> unit
override this.SetToolTipForCell : string * AppKit.NSCell -> unit

Parameters

toolTipString
String
cell
NSCell
Attributes

Applies to