C# Class OKHOSTING.UI.Xamarin.Forms.Controls.CheckBox

It is a control that represents a CheckBox in a Xamarin.Forms. Es un control que representa un CheckBox en un Xamarin.Forms

Inheritance: global::Xamarin.Forms.Switch, ICheckBox
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description
CheckBox_Toggled void

Méthodes publiques

Méthode Description
CheckBox ( ) : System

Initializes a new instance of the CheckBox class. Iniciarliza una nueva instancia de la clase CheckBox.

IDisposable ( ) : void

The identifier dispose. El identificador dispose

Private Methods

Méthode Description
CheckBox_Toggled ( object sender, global e ) : void

Checks the box toggled. Comprueba si el checkBox esta seleccionado.

Method Details

CheckBox() public méthode

Initializes a new instance of the CheckBox class. Iniciarliza una nueva instancia de la clase CheckBox.

public CheckBox ( ) : System
Résultat System

IDisposable() public méthode

The identifier dispose. El identificador dispose

public IDisposable ( ) : void
Résultat void