Class Environment.Scene.Help
Inheritance
System.Object
Environment.Scene.Help
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: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class Help
Methods
Close()
Declaration
public static void Close()
Show(Assembly)
Declaration
public static void Show(Assembly assembly)
Parameters
Type | Name | Description |
---|---|---|
Assembly | assembly |
Show(List<Environment.Scene.Help.ITabPage>)
Declaration
public static void Show(List<Environment.Scene.Help.ITabPage> tabpages)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<Environment.Scene.Help.ITabPage> | tabpages |
Show(String, String)
Declaration
public static void Show(string title, string text)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | |
System.String | text |
Show(FrameworkElement)
Declaration
public static void Show(FrameworkElement control)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | control |
Show(ImageSource, String, String)
Declaration
public static void Show(ImageSource image, string title, string text)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.ImageSource | image | |
System.String | title | |
System.String | text |