NSPathControlItem Constructors

Definition

Overloads

NSPathControlItem()
NSPathControlItem(NSCoder)
NSPathControlItem(NSObjectFlag)
NSPathControlItem(IntPtr)

NSPathControlItem()

[Foundation.Export("init")]
public NSPathControlItem ();
Attributes

Applies to

NSPathControlItem(NSCoder)

public NSPathControlItem (Foundation.NSCoder coder);
new AppKit.NSPathControlItem : Foundation.NSCoder -> AppKit.NSPathControlItem

Parameters

coder
NSCoder

Applies to

NSPathControlItem(NSObjectFlag)

protected NSPathControlItem (Foundation.NSObjectFlag t);
new AppKit.NSPathControlItem : Foundation.NSObjectFlag -> AppKit.NSPathControlItem

Parameters

Applies to

NSPathControlItem(IntPtr)

protected internal NSPathControlItem (IntPtr handle);
new AppKit.NSPathControlItem : nativeint -> AppKit.NSPathControlItem

Parameters

handle
IntPtr

nativeint

Applies to