C# Class WixSharp.Controls.WixCheckBox

Inheritance: System.Windows.Forms.CheckBox, IWixControl
Datei anzeigen Open project: Eun/WixSharp

Private Properties

Property Type Description

Public Methods

Method 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 method

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
return WixSharp.Controls.Control

WixCheckBox() public method

Initializes a new instance of the WixCheckBox class.
public WixCheckBox ( ) : System
return System