UIPickerViewDelegate_Extensions Class

Definition

Extension methods to the IUIPickerViewDelegate interface to support all the methods from the UIPickerViewDelegate protocol.

public static class UIPickerViewDelegate_Extensions
type UIPickerViewDelegate_Extensions = class
Inheritance
UIPickerViewDelegate_Extensions

Remarks

The extension methods for IUIPickerViewDelegate allow developers to treat instances of the interface as having all the optional methods of the original UIPickerViewDelegate protocol. Since the interface only contains the required members, these extension methods allow developers to call the optional members of the protocol.

Methods

GetAttributedTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

Method invoked to get an attributed string for a particular component in the picker view.

GetComponentWidth(IUIPickerViewDelegate, UIPickerView, nint)

The width of the component at the specified index.

GetRowHeight(IUIPickerViewDelegate, UIPickerView, nint)

The height of the component at the specified index.

GetTitle(IUIPickerViewDelegate, UIPickerView, nint, nint)

The title of the specified component in the specified row.

GetView(IUIPickerViewDelegate, UIPickerView, nint, nint, UIView)
Selected(IUIPickerViewDelegate, UIPickerView, nint, nint)

Indicates that the user has selected a row in the component.

Applies to