Class Environment.UI.Window
Inheritance
System.Object
Environment.UI.Window
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 class Window
Properties
Hidden
Declaration
public static Environment.UI.Window.Windows Hidden { get; }
Property Value
Type | Description |
---|---|
Environment.UI.Window.Windows |
Methods
Dock(UserControl, String)
Declaration
public static void Dock(UserControl control, string caption)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.UserControl | control | |
System.String | caption |
Dock(UserControl, String, Environment.UI.Window.DockLayout)
Declaration
public static void Dock(UserControl control, string caption, Environment.UI.Window.DockLayout dock)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.UserControl | control | |
System.String | caption | |
Environment.UI.Window.DockLayout | dock |
Dock(UserControl, String)
Declaration
public static void Dock(UserControl control, string caption)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.UserControl | control | |
System.String | caption |
Dock(UserControl, String, Environment.UI.Window.DockLayout)
Declaration
public static void Dock(UserControl control, string caption, Environment.UI.Window.DockLayout dock)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.UserControl | control | |
System.String | caption | |
Environment.UI.Window.DockLayout | dock |
Hide(Environment.UI.Window.Windows)
Declaration
public static void Hide(Environment.UI.Window.Windows form)
Parameters
Type | Name | Description |
---|---|---|
Environment.UI.Window.Windows | form |