GoDiagram Win Reference
CreateControl Method

Create a Control by calling the zero argument constructor of the ControlType.
Syntax
'Declaration
 
<UIPermissionAttribute(Window=UIPermissionWindow.SafeSubWindows Or  _
    UIPermissionWindow.SafeTopLevelWindows Or  _
    UIPermissionWindow.AllWindows, 
   Clipboard=UIPermissionClipboard.NoClipboard, 
   Action=SecurityAction.Demand, 
   Unrestricted=False)>
Public Overridable Function CreateControl( _
   ByVal view As GoView _
) As Control
[UIPermissionAttribute(Window=UIPermissionWindow.SafeSubWindows | 
    UIPermissionWindow.SafeTopLevelWindows | 
    UIPermissionWindow.AllWindows, 
   Clipboard=UIPermissionClipboard.NoClipboard, 
   Action=SecurityAction.Demand, 
   Unrestricted=false)]
public virtual Control CreateControl( 
   GoView view
)

Parameters

view

Return Value

A Control.
Remarks
GetControl is reponsible for adding the Control to the view's collection of controls.
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