NSMenu.IndexOfItem Metodo

Definizione

Overload

IndexOfItem(NSMenu)
IndexOfItem(NSObject)
IndexOfItem(NSObject, Selector)

IndexOfItem(NSMenu)

[Foundation.Export("indexOfItemWithSubmenu:")]
public virtual nint IndexOfItem (AppKit.NSMenu submenu);
abstract member IndexOfItem : AppKit.NSMenu -> nint
override this.IndexOfItem : AppKit.NSMenu -> nint

Parametri

submenu
NSMenu

Restituisce

System.System.IntPtr System.nativeint
Attributi

Si applica a

IndexOfItem(NSObject)

[Foundation.Export("indexOfItemWithRepresentedObject:")]
public virtual nint IndexOfItem (Foundation.NSObject obj);
abstract member IndexOfItem : Foundation.NSObject -> nint
override this.IndexOfItem : Foundation.NSObject -> nint

Parametri

obj
NSObject

Restituisce

System.System.IntPtr System.nativeint
Attributi

Si applica a

IndexOfItem(NSObject, Selector)

[Foundation.Export("indexOfItemWithTarget:andAction:")]
public virtual nint IndexOfItem (Foundation.NSObject target, ObjCRuntime.Selector actionSelector);
abstract member IndexOfItem : Foundation.NSObject * ObjCRuntime.Selector -> nint
override this.IndexOfItem : Foundation.NSObject * ObjCRuntime.Selector -> nint

Parametri

target
NSObject
actionSelector
Selector

Restituisce

System.System.IntPtr System.nativeint
Attributi

Si applica a