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

Highlights (or unhighlights) the receiver.

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)
YES to highlight the button; NO to unhighlight the button. If the current state of the button matches flag, no action is taken.
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)