MonobjcMonobjc Documented Class Library
DrawArrowHighlight Method (arrow, flag)
NamespacesMonobjc.AppKitNSScrollerDrawArrowHighlight(NSScrollerArrow, Boolean)

Draws the scroll button indicated by arrow, which is either NSScrollerIncrementArrow (the down or right scroll button) or NSScrollerDecrementArrow (up or left).

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

Available in Mac OS X v10.0 and later.

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