C# Class CDP4Scripting.Views.TextScriptPanel

Inheritance: ScriptPanel
Show file Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
TextScriptPanel ( ) : System.ComponentModel.Composition

Initializes a new instance of the TextScriptPanel class

TextScriptPanel ( bool initializeComponent ) : System.ComponentModel.Composition

Initializes a new instance of the TextScriptPanel class.

This constructor is called by the navigation service

Method Details

TextScriptPanel() public method

Initializes a new instance of the TextScriptPanel class
public TextScriptPanel ( ) : System.ComponentModel.Composition
return System.ComponentModel.Composition

TextScriptPanel() public method

Initializes a new instance of the TextScriptPanel class.
This constructor is called by the navigation service
public TextScriptPanel ( bool initializeComponent ) : System.ComponentModel.Composition
initializeComponent bool /// a value indicating whether the contained Components shall be loaded ///
return System.ComponentModel.Composition