次の方法で共有


NSPopUpButton.SelectItem メソッド

定義

オーバーロード

SelectItem(NSMenuItem)
SelectItem(nint)
SelectItem(String)

SelectItem(NSMenuItem)

[Foundation.Export("selectItem:")]
public virtual void SelectItem (AppKit.NSMenuItem item);
abstract member SelectItem : AppKit.NSMenuItem -> unit
override this.SelectItem : AppKit.NSMenuItem -> unit

パラメーター

item
NSMenuItem
属性

適用対象

SelectItem(nint)

[Foundation.Export("selectItemAtIndex:")]
public virtual void SelectItem (nint index);
abstract member SelectItem : nint -> unit
override this.SelectItem : nint -> unit

パラメーター

index
System.System.IntPtr System.nativeint
属性

適用対象

SelectItem(String)

[Foundation.Export("selectItemWithTitle:")]
public virtual void SelectItem (string title);
abstract member SelectItem : string -> unit
override this.SelectItem : string -> unit

パラメーター

title
String
属性

適用対象