GoDiagram Win Reference
ControlType Property

Gets or sets the Type used to specify which Control to create.
Syntax
'Declaration
 
<DescriptionAttribute("The Type used to specify which Control to create when first displayed in a GoView.")>
Public Overridable Property ControlType As Type
[DescriptionAttribute("The Type used to specify which Control to create when first displayed in a GoView.")]
public virtual Type ControlType {get; set;}

Property Value

The value must be a Type that is a subclass of Control.
Remarks
CreateControl uses this value to create a Control for each GoView that this GoControl is being displayed in.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoControl Class
GoControl Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback