MonobjcMonobjc Documented Class Library
SelectionHighlightStyle Property
NamespacesMonobjc.AppKitNSTableViewSelectionHighlightStyle

Returns the selection highlight style used by the receiver to indicate row and column selection.

Original signature is '- (NSTableViewSelectionHighlightStyle)selectionHighlightStyle'

Available in Mac OS X v10.5 and later.

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

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