MapAndPageLayoutSynchApp ControlsSynchronizer in C# (CSharp): 4 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per MapAndPageLayoutSynchApp.ControlsSynchronizer, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
This class is used to synchronize a given PageLayoutControl and a MapControl. When initialized, the user must pass the reference of these control to the class, bind the control together by calling 'BindControls' which in turn sets a joined Map referenced by both control; and set all the buddy controls joined between these two controls. When alternating between the MapControl and PageLayoutControl, you should activate the visible control and deactivate the other by calling ActivateXXX. This class is limited to a situation where the controls are not simultaneously visible.