NSTableHeaderCell.DrawSortIndicator(CGRect, NSView, Boolean, nint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("drawSortIndicatorWithFrame:inView:ascending:priority:")]
public virtual void DrawSortIndicator (CoreGraphics.CGRect cellFrame, AppKit.NSView controlView, bool ascending, nint priority);
abstract member DrawSortIndicator : CoreGraphics.CGRect * AppKit.NSView * bool * nint -> unit
override this.DrawSortIndicator : CoreGraphics.CGRect * AppKit.NSView * bool * nint -> unit
Parameters
- cellFrame
- CGRect
- controlView
- NSView
- ascending
- Boolean
- priority
- System.System.IntPtr System.nativeint
- Attributes