NSScroller.DrawArrow(NSScrollerArrow, Boolean) 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("drawArrow:highlight:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.None, "Scrollers don't have arrows anymore.")]
public virtual void DrawArrow (AppKit.NSScrollerArrow whichArrow, bool highlight);
abstract member DrawArrow : AppKit.NSScrollerArrow * bool -> unit
override this.DrawArrow : AppKit.NSScrollerArrow * bool -> unit
Parameters
- whichArrow
- NSScrollerArrow
- highlight
- Boolean
- Attributes