Skip to main content

buttonlistxelement-class

The row element that lets select value from [multilevel] list.

public class Korzh.EasyQuery.WinForms.ButtonListXElement
: ListXElement

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
ButtonListXElement(string type)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ButtonListXElement class.
ButtonListXElement()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.ButtonListXElement class.

Fields

NameTypeDescription
buttonControlButtonListXElement.RowButtonThe Korzh.EasyQuery.WinForms.ButtonListXElement.RowButton control that is used as Korzh.EasyQuery.WinForms.ButtonListXElement.ElementControl.

Properties

NameTypeDescription
ElementControlControlGets the control that implement element's interaction with end user.

Methods

NameTypeDescription
Activate()voidActivates this element.
ApplyFormats()voidApplies the formats. This method is called from Korzh.EasyQuery.WinForms.XPanel object when all element parents are set
Arrange(int bottomLine, int rowHeight)voidArranges the Korzh.EasyQuery.WinForms.ButtonListXElement.ElementControl on base panel. Overrides Korzh.EasyQuery.WinForms.LabelXElement.Arrange(System.Int32,System.Int32).
ButtonClickHandler(object sender, EventArgs e)voidHandler of Korzh.EasyQuery.WinForms.ButtonListXElement.buttonControlSystem.Windows.Forms.Control.Click event.
CreateElementControl()ControlCreates the Korzh.EasyQuery.WinForms.ButtonListXElement.ElementControl.

Static Properties

NameTypeDescription
TagNamestringGets the name of the XML tag concerned with element.