C# Class WixSharp.Controls.Dialog

Defines MSI Dialog. It represents WiX Dialog element.
Inheritance: WixEntity
Afficher le fichier Open project: Eun/WixSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Controls WixSharp.Controls.Control[]
Height int
Title string
Width int

Méthodes publiques

Méthode Description
Dialog ( ) : System.Xml.Linq

Initializes a new instance of the Dialog class.

Dialog ( Id id ) : System.Xml.Linq

Initializes a new instance of the Dialog class.

ToString ( ) : string

Returns a System.String that represents this instance.

ToXElement ( ) : System.Xml.Linq.XElement

Converts the T:WixSharp.Dialog instance into WiX T:System.Xml.Linq.XElement.

Method Details

Dialog() public méthode

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

Dialog() public méthode

Initializes a new instance of the Dialog class.
public Dialog ( Id id ) : System.Xml.Linq
id Id The id.
Résultat System.Xml.Linq

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

ToXElement() public méthode

Converts the T:WixSharp.Dialog instance into WiX T:System.Xml.Linq.XElement.
public ToXElement ( ) : System.Xml.Linq.XElement
Résultat System.Xml.Linq.XElement

Property Details

Controls public_oe property

Collection of the contained nested Controls (UI elements).
public Control[],WixSharp.Controls Controls
Résultat WixSharp.Controls.Control[]

Height public_oe property

The height of the dialog box in dialog units.
public int Height
Résultat int

Title public_oe property

The title of the dialog box.
public string Title
Résultat string

Width public_oe property

The width of the dialog box in dialog units.
public int Width
Résultat int