Control.Name Property (Typed) | |
A string representing the name of the control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Name AS STRING GET
public virtual string Name { get; }
Request Example
View SourceProperty Value
Type:
StringA string representing the name of the control.
Remarks
A string representing the name of the control. Do not confuse the name with the caption: the name is a programmer's ID and is never seen by the user.
The name is important in steering the built-in processing of the system. For example, the name of a push button is the name of the method that is invoked when the button is clicked, and the name of a control is the database field to which it is linked when a data window is linked to a data server.
See Also