C# Класс WixSharp.Controls.Dialog

Defines MSI Dialog. It represents WiX Dialog element.
Наследование: WixEntity
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Controls WixSharp.Controls.Control[]
Height int
Title string
Width int

Открытые методы

Метод Описание
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.

Описание методов

Dialog() публичный Метод

Initializes a new instance of the Dialog class.
public Dialog ( ) : System.Xml.Linq
Результат System.Xml.Linq

Dialog() публичный Метод

Initializes a new instance of the Dialog class.
public Dialog ( Id id ) : System.Xml.Linq
id Id The id.
Результат System.Xml.Linq

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

ToXElement() публичный Метод

Converts the T:WixSharp.Dialog instance into WiX T:System.Xml.Linq.XElement.
public ToXElement ( ) : System.Xml.Linq.XElement
Результат System.Xml.Linq.XElement

Описание свойств

Controls публичное свойство

Collection of the contained nested Controls (UI elements).
public Control[],WixSharp.Controls Controls
Результат WixSharp.Controls.Control[]

Height публичное свойство

The height of the dialog box in dialog units.
public int Height
Результат int

Title публичное свойство

The title of the dialog box.
public string Title
Результат string

Width публичное свойство

The width of the dialog box in dialog units.
public int Width
Результат int