cXfmeaControl Constructors

From ReliaWiki
Revision as of 17:37, 11 September 2015 by Kate Racaza (talk | contribs)
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 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")