MonobjcMonobjc Documented Class Library
ClickedRow Property
NamespacesMonobjc.AppKitNSBrowserClickedRow

Returns the row number of the cell that the user clicked to display a context menu.

Original signature is '- (NSInteger)clickedRow'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger ClickedRow { get; }
Public Overridable ReadOnly Property ClickedRow As NSInteger
	Get
public:
virtual property NSInteger ClickedRow {
	NSInteger get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)