C# Class WixSharp.Controls.WixTextBox

Inheritance: System.Windows.Forms.TextBox, 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.

WixTextBox ( ) : System

Initializes a new instance of the WixTextBox class.

Method Details

ToWControl() public méthode

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

WixTextBox() public méthode

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