C# 클래스 WixSharp.Controls.Dialog

Defines MSI Dialog. It represents WiX Dialog element.
상속: WixEntity
파일 보기 프로젝트 열기: Eun/WixSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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