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 |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:cXfmeaControl Constructors}}{{Template:API}}{{Template:APIBreadcrumb | {{DISPLAYTITLE:cXfmeaControl Constructors}}{{Template:API}}{{Template:APIBreadcrumb|.[[CXfmeaControl_Class|cXfmeaControl]]}} | ||
<onlyinclude>A parameterized constructor for the [[CXfmeaControl Class|cXfmeaControl]] class. ( | <onlyinclude>A parameterized constructor for the [[CXfmeaControl Class|cXfmeaControl]] class. (.NET only)</onlyinclude> | ||
== Syntax == | == Syntax == | ||
Line 9: | Line 9: | ||
===Parameters=== | ===Parameters=== | ||
''ControlDsc'' | ''ControlDsc'' | ||
:Required. String. The control | :Required. String. The control description. | ||
Latest revision as of 15:14, 3 August 2017
Member of: SynthesisAPI.cXfmeaControl
A parameterized constructor for the cXfmeaControl class. (.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")