Share via


NSComboBoxDataSource.CompletedString(NSComboBox, String) Method

Definition

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

Parameters

comboBox
NSComboBox
uncompletedString
String

Returns

Implements

Attributes

Applies to