MonobjcMonobjc Documented Class Library
FocusedColumn Property
NamespacesMonobjc.AppKitNSTableViewFocusedColumn

Returns the currently focused column.

Original signature is '- (NSInteger)focusedColumn'

Available in Mac OS X v10.6 and later.

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

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