cXfmeaControl Constructors

From ReliaWiki
Revision as of 22:24, 31 August 2015 by Kate Racaza (talk | contribs) (Created page with '{{DISPLAYTITLE:cXfmeaControl Constructors}}{{Template:API}}{{Template:APIBreadcrumb|10|.cXfmeaControl}} <onlyinclude>A parameterized constructor for the…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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 name.


Example

VB.NET

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