JAMS Developer Guide
EditSourceManager Class
Members 


MVPSI.JAMS Namespace : EditSourceManager Class
The EditSourceManager control doesn't display anything, it manages all the EditSource controls and displays the correct one. The default is EditSourceCtl which is a text editor. The Execution Method can specify a different editor control.
Object Model
EditSourceManager Class
Syntax
'Declaration
 
Public Class EditSourceManager 
   Inherits System.Windows.Forms.UserControl
'Usage
 
Dim instance As EditSourceManager
public class EditSourceManager : System.Windows.Forms.UserControl 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.UserControl
                     MVPSI.JAMS.EditSourceManager

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

EditSourceManager Members
MVPSI.JAMS Namespace