Méthode | Description | |
---|---|---|
Include ( Button button ) : void |
Includes the specified button.
|
|
Include ( CheckBox checkBox ) : void |
Includes the specified check box.
|
|
Include ( CompoundButton compoundButton ) : void |
Includes the specified compoundButton.
|
|
Include ( ICommand command ) : void |
Includes the specified command.
|
|
Include ( INotifyCollectionChanged changed ) : void |
Includes the specified changed.
|
|
Include ( SeekBar seekBar ) : void |
Includes the specified seekBar.
|
|
Include ( Switch @switch ) : void | ||
Include ( TextView textView ) : void |
Includes the specified textView.
|
|
Include ( View view ) : void |
Includes the specified view.
|
public Include ( Button button ) : void | ||
button | Button | The button. |
Résultat | void |
public Include ( CheckBox checkBox ) : void | ||
checkBox | CheckBox | The check box. |
Résultat | void |
public Include ( CompoundButton compoundButton ) : void | ||
compoundButton | CompoundButton | The compoundButton. |
Résultat | void |
public Include ( ICommand command ) : void | ||
command | ICommand | The command. |
Résultat | void |
public Include ( INotifyCollectionChanged changed ) : void | ||
changed | INotifyCollectionChanged | The changed. |
Résultat | void |
public Include ( SeekBar seekBar ) : void | ||
seekBar | SeekBar | The seekBar. |
Résultat | void |
public Include ( TextView textView ) : void | ||
textView | TextView | The textView. |
Résultat | void |