NSPopUpButton.SelectItem メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
- 属性