Class OutputPanelCommands
Inheritance
System.Object
OutputPanelCommands
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public static class OutputPanelCommands
Properties
ClearOutput
Declaration
public static RoutedUICommand ClearOutput { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
OpenContainingFile
Declaration
public static RoutedUICommand OpenContainingFile { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SetErrorOutput
Declaration
public static RoutedUICommand SetErrorOutput { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
SetInfoOutput
Declaration
public static RoutedUICommand SetInfoOutput { get; }
Property Value
System.Windows.Input.RoutedUICommand
|
ShowOutput
Declaration
public static RoutedUICommand ShowOutput { get; }
Property Value
System.Windows.Input.RoutedUICommand
|