UIBarButtonItem.Tag Property

Definition

An integer that can be used to indentify the UIBarButtonItem.

public override nint Tag { [Foundation.Export("tag")] get; [Foundation.Export("setTag:")] set; }
member this.Tag : nint with get, set

Property Value

System.System.IntPtr System.nativeint
Attributes

Remarks

An integer that can be used to indentify the UIBarButtonItem in an application.

Applies to