C# Class OKHOSTING.UI.Net4.WPF.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: System.Windows.Controls.CheckBox, ICheckBox
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description
CheckBox_Checked 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_Checked ( object sender, System 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