Share via


NSView.IsDescendantOf(NSView) Method

Definition

[Foundation.Export("isDescendantOf:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsDescendantOf(AppKit.NSView aView);
[<Foundation.Export("isDescendantOf:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsDescendantOf : AppKit.NSView -> bool
override this.IsDescendantOf : AppKit.NSView -> bool

Parameters

aView
NSView

Returns

Attributes

Applies to