Method | Description | |
---|---|---|
GetComponentCount ( UIPickerView uipv ) : int | ||
GetComponentWidth ( UIPickerView uipv, int comp ) : float | ||
GetRowHeight ( UIPickerView uipv, int comp ) : float | ||
GetRowsInComponent ( UIPickerView uipv, int comp ) : int | ||
GetTitle ( UIPickerView uipv, int row, int comp ) : string | ||
PickerData ( |
||
Selected ( UIPickerView uipv, int row, int comp ) : 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 comp ) : int | ||
uipv | UIPickerView | |
comp | int | |
return | int |
public GetTitle ( UIPickerView uipv, int row, int comp ) : string | ||
uipv | UIPickerView | |
row | int | |
comp | int | |
return | string |
public PickerData ( |
||
picker | ||
return | System |
public Selected ( UIPickerView uipv, int row, int comp ) : void | ||
uipv | UIPickerView | |
row | int | |
comp | int | |
return | void |