ConsoleFontTable Class
Provides a centralized location for all fonts used throughout the console.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Console.Shared.ConsoleFontTable
Syntax
public class ConsoleFontTable : IDisposable
public ref class ConsoleFontTable : IDisposable
Public Class ConsoleFontTable
Implements IDisposable
Properties
Name | Description | |
---|---|---|
BoldFont | Gets the default-sized bold font that is used by the console. |
|
DefaultFont | Gets the default font that is used by the console. |
|
LargeFont | Gets the large font that is used by the console. |
|
MediumFont | Gets the medium-sized font that is used by the console. |
|
TabstripFont | Gets the font that is used by the tabstrip (tabbed dialog box) control. |
Methods
Name | Description | |
---|---|---|
Close() | Disposes of resources held by this class. |
|
Dispose() | Releases all resources used by the ConsoleFontTable. |
|
Dispose(Boolean) | Releases the unmanaged resources used by the ConsoleFontTable and optionally releases the managed resources. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top