Share via


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
System_CAPS_pubproperty BoldFont

Gets the default-sized bold font that is used by the console.

System_CAPS_pubproperty DefaultFont

Gets the default font that is used by the console.

System_CAPS_pubproperty LargeFont

Gets the large font that is used by the console.

System_CAPS_pubproperty MediumFont

Gets the medium-sized font that is used by the console.

System_CAPS_pubproperty TabstripFont

Gets the font that is used by the tabstrip (tabbed dialog box) control.

Methods

Name Description
System_CAPS_pubmethod Close()

Disposes of resources held by this class.

System_CAPS_pubmethod Dispose()

Releases all resources used by the ConsoleFontTable.

System_CAPS_protmethod Dispose(Boolean)

Releases the unmanaged resources used by the ConsoleFontTable and optionally releases the managed resources.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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