Method | Description | |
---|---|---|
GetComponentCount ( UIPickerView uipv ) : int | ||
GetComponentWidth ( UIPickerView uipv, int comp ) : float | ||
GetRowHeight ( UIPickerView uipv, int comp ) : float | ||
GetRowsInComponent ( UIPickerView uipv, int component ) : int | ||
GetTitle ( UIPickerView uipv, int row, int component ) : string | ||
PickerModel ( UIView currentView ) : System | ||
Selected ( UIPickerView picker, int row, int component ) : void |
public GetComponentCount ( UIPickerView uipv ) : int | ||
uipv | UIPickerView | |
return | int |
public GetComponentWidth ( UIPickerView uipv, int comp ) : float | ||
uipv | UIPickerView | |
comp | int | |
return | float |
public GetRowHeight ( UIPickerView uipv, int comp ) : float | ||
uipv | UIPickerView | |
comp | int | |
return | float |
public GetRowsInComponent ( UIPickerView uipv, int component ) : int | ||
uipv | UIPickerView | |
component | int | |
return | int |
public GetTitle ( UIPickerView uipv, int row, int component ) : string | ||
uipv | UIPickerView | |
row | int | |
component | int | |
return | string |
public PickerModel ( UIView currentView ) : System | ||
currentView | UIView | |
return | System |
public Selected ( UIPickerView picker, int row, int component ) : void | ||
picker | UIPickerView | |
row | int | |
component | int | |
return | void |