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 difference)

Revision as of 22:24, 31 August 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 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")