C# Class WixSharp.Controls.WixCheckBox

Inheritance: System.Windows.Forms.CheckBox, IWixControl
Afficher le fichier Open project: Eun/WixSharp

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ToWControl ( ) : WixSharp.Controls.Control

Converts the WinForm control into WiX custom UI control T:WixSharp.Control.

WixCheckBox ( ) : System

Initializes a new instance of the WixCheckBox class.

Method Details

ToWControl() public méthode

Converts the WinForm control into WiX custom UI control T:WixSharp.Control.
WixCheckBox (' + control.Id + ') must have BoundProperty set to non-empty value.
public ToWControl ( ) : WixSharp.Controls.Control
Résultat WixSharp.Controls.Control

WixCheckBox() public méthode

Initializes a new instance of the WixCheckBox class.
public WixCheckBox ( ) : System
Résultat System