Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
HtmlElement ( ) : CrossUI.iOS.Dialog.Utilities | ||
HtmlElement ( string caption, NSUrl url ) : CrossUI.iOS.Dialog.Utilities | ||
HtmlElement ( string caption, string url ) : CrossUI.iOS.Dialog.Utilities | ||
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void |
Метод | Описание | |
---|---|---|
GetCellImpl ( UITableView tv ) : UITableViewCell |
protected GetCellImpl ( UITableView tv ) : UITableViewCell | ||
tv | UITableView | |
Результат | UITableViewCell |
public HtmlElement ( ) : CrossUI.iOS.Dialog.Utilities | ||
Результат | CrossUI.iOS.Dialog.Utilities |
public HtmlElement ( string caption, NSUrl url ) : CrossUI.iOS.Dialog.Utilities | ||
caption | string | |
url | NSUrl | |
Результат | CrossUI.iOS.Dialog.Utilities |
public HtmlElement ( string caption, string url ) : CrossUI.iOS.Dialog.Utilities | ||
caption | string | |
url | string | |
Результат | CrossUI.iOS.Dialog.Utilities |
public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void | ||
dvc | DialogViewController | |
tableView | UITableView | |
path | NSIndexPath | |
Результат | void |