Returns or sets which control to use when a DEAggregate or DEField object is dragged from a Data Environment designer and dropped onto a Visual Basic form or report.
Syntax
object.Control [=string]
The Control property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an item in the Applies To list. |
string | A string expression that specifies the ClassID of the control. |
Remarks
The string is a globally unique identifier (GUID) for the control. For example, the value "{0ECD9B64-23AA-11D0-B351-00A0C9055D8E}" is the string for the MSHFlexGrid control.