MonobjcMonobjc Documented Class Library
SetKeyboardFocusRingNeedsDisplayInRect Method (rect)
NamespacesMonobjc.AppKitNSViewSetKeyboardFocusRingNeedsDisplayInRect(NSRect)

Invalidates the area around the focus ring.

Original signature is '- (void)setKeyboardFocusRingNeedsDisplayInRect:(NSRect)rect'

Available in Mac OS X v10.1 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetKeyboardFocusRingNeedsDisplayInRect(
	NSRect rect
)
Public Overridable Sub SetKeyboardFocusRingNeedsDisplayInRect ( _
	rect As NSRect _
)
public:
virtual void SetKeyboardFocusRingNeedsDisplayInRect(
	NSRect rect
)
Parameters
rect (NSRect)
The rectangle of the control or cell defining the area around the focus ring. rect will be expanded to include the focus ring for invalidation.
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)