UIKit.UIPickerViewDelegate Members

The members of UIKit.UIPickerViewDelegate are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

GetAttributedTitle(UIPickerView, nint, nint) : Foundation.NSAttributedString
Method invoked to get an attributed string for a particular component in the picker view.
GetComponentWidth(UIPickerView, nint) : nfloat
The width of the component at the specified index.
GetRowHeight(UIPickerView, nint) : nfloat
The height of the component at the specified index.
GetTitle(UIPickerView, nint, nint) : string
The title of the specified component in the specified row.
GetView(UIPickerView, UIView, nint, nint) : UIView
Retrieves the view for a given row and component. The last argument is the previously-used UIView, which is now hidden and cached.
Selected(UIPickerView, nint, nint)
Indicates that the user has selected a row in the component.