Interface ICodeStepsPanel
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public interface ICodeStepsPanel
Properties
Declaration
object Document { get; set; }
Property Value
Declaration
string SelectedText { get; }
Property Value
Methods
Declaration
void AttachHandler(TestCodeEvent type, RoutedEventHandler routedEventHandler)
Parameters
|
TestCodeEvent
type
|
|
System.Windows.RoutedEventHandler
routedEventHandler
|
Declaration
void DetachHandler(TestCodeEvent type, RoutedEventHandler routedEventHandler)
Parameters
|
TestCodeEvent
type
|
|
System.Windows.RoutedEventHandler
routedEventHandler
|
Declaration
void DisableCodeStepPanel()
Declaration
void GotoLine(int lineNumber, int caretOffset)
Parameters
|
System.Int32
lineNumber
|
|
System.Int32
caretOffset
|
Declaration
void PasteFromClipboard()
Events
Declaration
event Action OpenCodeSearchViewEvent
Event Type