UITabBarItem Class
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.Register("UITabBarItem", true)]
public class UITabBarItem : UIKit.UIBarItem, IDisposable, UIKit.IUIPopoverPresentationControllerSourceItem, UIKit.IUISpringLoadedInteractionSupporting
[Foundation.Register("UITabBarItem", true)]
public class UITabBarItem : UIKit.UIBarItem, IDisposable
[<Foundation.Register("UITabBarItem", true)>]
type UITabBarItem = class
inherit UIBarItem
interface INSCoding
interface INativeObject
interface IDisposable
interface IUIPopoverPresentationControllerSourceItem
interface IUISpringLoadedInteractionSupporting
[<Foundation.Register("UITabBarItem", true)>]
type UITabBarItem = class
inherit UIBarItem
interface INSCoding
interface INativeObject
interface IDisposable
- Inheritance
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| UITabBarItem() |
Creates a new UITabBarItem with default values. |
| UITabBarItem(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UITabBarItem(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UITabBarItem(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
| UITabBarItem(String, UIImage, IntPtr) |
Creates a UITabBarItem item that has the |
| UITabBarItem(String, UIImage, UIImage) | |
| UITabBarItem(UITabBarSystemItem, IntPtr) |
Creates a UITabBarItem item that contains a UITabBarSystemItem item and has the integer value of |
Properties
| Name | Description |
|---|---|
| AccessibilityActivationPoint | (Inherited from UIBarItem) |
| AccessibilityAttributedHint | (Inherited from UIBarItem) |
| AccessibilityAttributedLabel | (Inherited from UIBarItem) |
| AccessibilityAttributedUserInputLabels | (Inherited from UIBarItem) |
| AccessibilityAttributedValue | (Inherited from UIBarItem) |
| AccessibilityDirectTouchOptions | (Inherited from UIBarItem) |
| AccessibilityElementsHidden | (Inherited from UIBarItem) |
| AccessibilityExpandedStatus | (Inherited from UIBarItem) |
| AccessibilityFrame | (Inherited from UIBarItem) |
| AccessibilityHeaderElements | (Inherited from UIBarItem) |
| AccessibilityHint | (Inherited from UIBarItem) |
| AccessibilityIdentifier |
Uniquely identifies |
| AccessibilityLabel | (Inherited from UIBarItem) |
| AccessibilityLanguage | (Inherited from UIBarItem) |
| AccessibilityNavigationStyle | (Inherited from UIBarItem) |
| AccessibilityPath | (Inherited from UIBarItem) |
| AccessibilityRespondsToUserInteraction | (Inherited from UIBarItem) |
| AccessibilityTextualContext | (Inherited from UIBarItem) |
| AccessibilityTraits | (Inherited from UIBarItem) |
| AccessibilityUserInputLabels | (Inherited from UIBarItem) |
| AccessibilityValue | (Inherited from UIBarItem) |
| AccessibilityViewIsModal | (Inherited from UIBarItem) |
| Appearance |
Strongly-typed property that returns the UIAppearance class for this class. |
| BadgeColor | |
| BadgeValue | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Description | (Inherited from NSObject) |
| Enabled |
Text displayed in the upper-right corner of the item, surrounded by a red oval. |
| FinishedSelectedImage | |
| FinishedUnselectedImage | |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| Image | |
| ImageInsets | |
| IsAccessibilityElement | (Inherited from UIBarItem) |
| IsDirectBinding |
Gets or sets a value indicating whether this instance uses direct Objective-C binding. (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| LandscapeImagePhone | (Inherited from UIBarItem) |
| LandscapeImagePhoneInsets | (Inherited from UIBarItem) |
| LargeContentSizeImage | (Inherited from UIBarItem) |
| LargeContentSizeImageInsets | (Inherited from UIBarItem) |
| RetainCount | (Inherited from NSObject) |
| ScrollEdgeAppearance | |
| SelectedImage | |
| Self | (Inherited from NSObject) |
| ShouldGroupAccessibilityChildren | (Inherited from UIBarItem) |
| SpringLoaded |
Gets or sets a Boolean value that controls whether the object participates in spring-loaded interactions. |
| StandardAppearance | |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Tag | |
| Title | |
| TitlePositionAdjustment |
The offset applied to the title of the UITabBarItem. |
| Zone | (Inherited from NSObject) |