Share via


NSTabViewItem.DrawLabel(Boolean, CGRect) Method

Definition

[Foundation.Export("drawLabel:inRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DrawLabel(bool shouldTruncateLabel, CoreGraphics.CGRect labelRect);
[<Foundation.Export("drawLabel:inRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DrawLabel : bool * CoreGraphics.CGRect -> unit
override this.DrawLabel : bool * CoreGraphics.CGRect -> unit

Parameters

shouldTruncateLabel
Boolean
labelRect
CGRect
Attributes

Applies to