CXfmeaControl Constructors: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{DISPLAYTITLE:cXfmeaControl Constructors}}{{Template:API}}{{Template:APIBreadcrumb|10|.cXfmeaControl}} <onlyinclude>A parameterized constructor for the…')
 
No edit summary
Line 9: Line 9:
===Parameters===
===Parameters===
''ControlDsc''
''ControlDsc''
:Required. String. The control name.
:Required. String. The control description.





Revision as of 17:37, 11 September 2015

APIWiki.png


Member of: SynthesisAPI10.cXfmeaControl


A parameterized constructor for the cXfmeaControl class. (VB.NET only)

Syntax

cXfmeaControl(ControlDsc)

Parameters

ControlDsc

Required. String. The control description.


Example

VB.NET

 'The following code creates a new control with a pre-defined description. 
 Dim MyControl As New cXfmeaControl("Lamp durability test #456")