CodePanel
The visual panel for code editing and compiling.
継承元: UserControl
実装: IPersistable, IUndoRedoManager, IComponentConnector
コンストラクター
CodePanel()
Initializes a new instance of the CodePanel.
プロパティ
AutoCompile : bool
Auto compile when code changed.
CompileCommand : ICommand
The command for the code compilation.
IsTypeCompatible : Func<Type, bool>
Is type compatible.
RedoCommand : ICommand
The command for return the changes.
ReferencesCommand : ICommand
The command for the references modification.
SaveCommand : ICommand
The command for the code saving.
ShowToolBar : bool
To show the review panel.
StartCommand : ICommand
The command for start execution.
UndoCommand : ICommand
The command for undo the changes.
メソッド
EditReferences()
Edit references.
InitializeComponent()
InitializeComponent
イベント
CodeChanged : Action
The code change event.
CompiledCode : Action
The code compilated event.
LayoutChanged : Action
The layout changed event.
ReferencesUpdated : Action
The links update event.
SavingCode : Action
The code saving event.
フィールド
AutoCompileProperty : DependencyProperty
DependencyProperty for AutoCompile.
CompileCommandProperty : DependencyProperty
DependencyProperty for CompileCommand.
RedoCommandProperty : DependencyProperty
DependencyProperty for RedoCommand.
ReferencesCommandProperty : DependencyProperty
DependencyProperty for ReferencesCommand.
SaveCommandProperty : DependencyProperty
DependencyProperty for SaveCommand.
ShowStartProperty : DependencyProperty
DependencyProperty for ShowStart.
ShowToolBarProperty : DependencyProperty
DependencyProperty for ShowToolBar.
StartCommandProperty : DependencyProperty
DependencyProperty for StartCommand.
UndoCommandProperty : DependencyProperty
DependencyProperty for UndoCommand.