GoDiagram Win Reference
Map Property

Gets the Dictionary that maps GoViews to Controls.
Syntax
'Declaration
 
<DescriptionAttribute("The dictionary that maps GoViews to Controls for this GoControl.")>
Public ReadOnly Property Map As Dictionary(Of GoView,Control)
[DescriptionAttribute("The dictionary that maps GoViews to Controls for this GoControl.")]
public Dictionary<GoView,Control> Map {get;}
Remarks
There may be zero, one, or many views that are displaying this GoControl. Each one needs to have its own instantiation of a Control.
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