Show / Hide Table of Contents

Class RegionNames

Holds region names for UI composition.

Inheritance
System.Object
RegionNames
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Views
Assembly: Phoenix.Abstractions.Views.dll
Syntax
public static class RegionNames

Fields

View Source

DeviceManagementRegion

The device management region.

Declaration
public const string DeviceManagementRegion = "DeviceManagementRegion"
Field Value
Type Description
System.String
View Source

DocumentsRegion

The tab region for all module UI.

Declaration
public const string DocumentsRegion = "DocumentsRegion"
Field Value
Type Description
System.String
View Source

OutputRegion

The bottom region meant for the output window.

Declaration
public const string OutputRegion = "OutputRegion"
Field Value
Type Description
System.String
View Source

TopToolBarRegion

The top menu bar region.

Declaration
public const string TopToolBarRegion = "TopToolbarRegion"
Field Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX