Skip to content

ControlRow Class

Specialization of a row for the Control table.

Properties

PropertyDescription
AttributesGets or sets the attributes for the control.
ControlGets or sets the identifier for this Control row.
DialogGets or sets the dialog of the Control row.
HeightGets or sets the height of the control.
HelpGets or sets the help for the control.
NextGets or sets the next control.
PropertyGets or sets the Property associated with the control.
TextGets or sets the text of the control.
TypeGets or sets the type of the control.
WidthGets or sets the width of the control.
XGets or sets the X location of the control.
YGets or sets the Y location of the control.
WixToolset.Data.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Attributes Property {#attributes}

Gets or sets the attributes for the control.

Declaration

public int Attributes { get; set; }

Control Property {#control}

Gets or sets the identifier for this Control row.

Declaration

public string Control { get; set; }

Dialog Property {#dialog}

Gets or sets the dialog of the Control row.

Declaration

public string Dialog { get; set; }

Height Property {#height}

Gets or sets the height of the control.

Declaration

public string Height { get; set; }

Help Property {#help}

Gets or sets the help for the control.

Declaration

public string Help { get; set; }

Next Property {#next}

Gets or sets the next control.

Declaration

public string Next { get; set; }

Property Property {#property}

Gets or sets the Property associated with the control.

Declaration

public string Property { get; set; }

Text Property {#text}

Gets or sets the text of the control.

Declaration

public string Text { get; set; }

Type Property {#type}

Gets or sets the type of the control.

Declaration

public string Type { get; set; }

Width Property {#width}

Gets or sets the width of the control.

Declaration

public string Width { get; set; }

X Property {#x}

Gets or sets the X location of the control.

Declaration

public string X { get; set; }

Y Property {#y}

Gets or sets the Y location of the control.

Declaration

public string Y { get; set; }