Share via


NSComboBoxCellDataSource.CompletedString(NSComboBoxCell, String) Method

Definition

[Foundation.Export("comboBoxCell:completedString:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string CompletedString(AppKit.NSComboBoxCell comboBox, string uncompletedString);
[<Foundation.Export("comboBoxCell:completedString:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CompletedString : AppKit.NSComboBoxCell * string -> string
override this.CompletedString : AppKit.NSComboBoxCell * string -> string

Parameters

comboBox
NSComboBoxCell
uncompletedString
String

Returns

Implements

Attributes

Applies to