CXfmeaControl Constructors: Difference between revisions
Jump to navigation
Jump to search
Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:cXfmeaControl Constructors}}{{Template:API}}{{Template:APIBreadcrumb|10|.cXfmeaControl}} <onlyinclude>A parameterized constructor for the…') |
Kate Racaza (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
===Parameters=== | ===Parameters=== | ||
''ControlDsc'' | ''ControlDsc'' | ||
:Required. String. The control | :Required. String. The control description. | ||
Revision as of 17:37, 11 September 2015
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")