Share via


NSView.SetKeyboardFocusRingNeedsDisplay(CGRect) Method

Definition

[Foundation.Export("setKeyboardFocusRingNeedsDisplayInRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetKeyboardFocusRingNeedsDisplay(CoreGraphics.CGRect rect);
[<Foundation.Export("setKeyboardFocusRingNeedsDisplayInRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetKeyboardFocusRingNeedsDisplay : CoreGraphics.CGRect -> unit
override this.SetKeyboardFocusRingNeedsDisplay : CoreGraphics.CGRect -> unit

Parameters

rect
CGRect
Attributes

Applies to