Method | Description | |
---|---|---|
ListBoxElement ( ) : System | ||
ListBoxElement ( UIView header ) : System | ||
ListBoxElement ( UIView header, UIView footer ) : System | ||
ListBoxElement ( string caption ) : System | ||
ListBoxElement ( string caption, string footer ) : System |
public ListBoxElement ( UIView header ) : System | ||
header | UIView | |
return | System |
public ListBoxElement ( UIView header, UIView footer ) : System | ||
header | UIView | |
footer | UIView | |
return | System |
public ListBoxElement ( string caption ) : System | ||
caption | string | |
return | System |
public ListBoxElement ( string caption, string footer ) : System | ||
caption | string | |
footer | string | |
return | System |