Свойство | Тип | Описание | |
---|---|---|---|
Group | string |
Метод | Описание | |
---|---|---|
CheckboxElement ( string caption ) : System | ||
CheckboxElement ( string caption, bool value ) : System | ||
CheckboxElement ( string caption, bool value, string group ) : System | ||
CheckboxElement ( string caption, bool value, string group, int layoutId ) : System | ||
CheckboxElement ( string caption, bool value, string subCaption, string group ) : System | ||
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void | ||
Selected ( ) : void | ||
Summary ( ) : string |
public CheckboxElement ( string caption ) : System | ||
caption | string | |
Результат | System |
public CheckboxElement ( string caption, bool value ) : System | ||
caption | string | |
value | bool | |
Результат | System |
public CheckboxElement ( string caption, bool value, string group ) : System | ||
caption | string | |
value | bool | |
group | string | |
Результат | System |
public CheckboxElement ( string caption, bool value, string group, int layoutId ) : System | ||
caption | string | |
value | bool | |
group | string | |
layoutId | int | |
Результат | System |
public CheckboxElement ( string caption, bool value, string subCaption, string group ) : System | ||
caption | string | |
value | bool | |
subCaption | string | |
group | string | |
Результат | System |
public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
context | Android.Content.Context | |
convertView | Android.Views.View | |
parent | Android.Views.ViewGroup | |
Результат | Android.Views.View |
public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void | ||
buttonView | CompoundButton | |
isChecked | bool | |
Результат | void |