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
- 属性