Skip to main content

labelxelement-class

The row element that lets click on its text.

public class Korzh.EasyQuery.WinForms.LabelXElement
: XElement

Assembly: Korzh.EasyQuery.WinForms.dll

Constructors

NameTypeDescription
LabelXElement(string subType)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.LabelXElement class.
LabelXElement()voidInitializes a new instance of the Korzh.EasyQuery.WinForms.LabelXElement class.

Fields

NameTypeDescription
linkControlLabelXElement.RowLinkLabelThe Korzh.EasyQuery.WinForms.LabelXElement.RowLinkLabel control that serves as Korzh.EasyQuery.WinForms.LabelXElement.ElementControl.

Properties

NameTypeDescription
ActionNamestringGets or sets the name of the action raised when link is clicked.
ElementControlControlGets the control that implement element's interaction with end user.
ReadOnlyColorColorGets or sets the color of the element in "read only" state.
TextColorColorGets or sets the color of the element's text

Methods

NameTypeDescription
Arrange(int bottomLine, int rowHeight)voidArranges the Korzh.EasyQuery.WinForms.LabelXElement.ElementControl on base panel. Overrides Korzh.EasyQuery.WinForms.XElement.Arrange(System.Int32,System.Int32).
CreateElementControl()ControlCreates the Korzh.EasyQuery.WinForms.LabelXElement.ElementControl.
Dispose(bool disposing)voidClean up any resources being used.
FillAltMenu(ValueItemList items)voidFills the element's alternative items menu (shown by Ctrl+Click).
LinkClickedHandler(object sender, LinkLabelLinkClickedEventArgs e)voidHandler of Korzh.EasyQuery.WinForms.LabelXElement.linkControlSystem.Windows.Forms.Control.Click event.
OnAltClick(EventArgs e)voidShows the alternative menu if it is defined or raises the Korzh.EasyQuery.WinForms.XElement.AltClick event.
ParseXmlNode(XmlNode node)voidParses the XML-description of element.
ShowAltMenu()voidShows the element's alternative items menu.

Static Properties

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