MonobjcMonobjc Documented Class Library
Highlight Method (flag)
NamespacesMonobjc.AppKitNSScrollerHighlight(Boolean)

Highlights or unhighlights the scroll button the user clicked.

Original signature is '- (void)highlight:(BOOL)flag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void Highlight(
	bool flag
)
Public Overridable Sub Highlight ( _
	flag As Boolean _
)
public:
virtual void Highlight(
	bool flag
)
Parameters
flag (Boolean)
MISSING
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)