Skip to content

ControlRow Class

Specialization of a row for the Control table.

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

Gets or sets the attributes for the control.

public int Attributes { get; set; }

Gets or sets the identifier for this Control row.

public string Control { get; set; }

Gets or sets the dialog of the Control row.

public string Dialog { get; set; }

Gets or sets the height of the control.

public string Height { get; set; }

Gets or sets the help for the control.

public string Help { get; set; }

Gets or sets the next control.

public string Next { get; set; }

Gets or sets the Property associated with the control.

public string Property { get; set; }

Gets or sets the text of the control.

public string Text { get; set; }

Gets or sets the type of the control.

public string Type { get; set; }

Gets or sets the width of the control.

public string Width { get; set; }

Gets or sets the X location of the control.

public string X { get; set; }

Gets or sets the Y location of the control.

public string Y { get; set; }