ConsoleFontTable Class

 

Provides a centralized location for all fonts used throughout the console.

Namespace:   Microsoft.WindowsServerSolutions.Console.Shared
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Console.Shared::ConsoleFontTable

public ref class ConsoleFontTable : IDisposable

NameDescription
System_CAPS_pubpropertyBoldFont

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

System_CAPS_pubpropertyDefaultFont

Gets the default font that is used by the console.

System_CAPS_pubpropertyLargeFont

Gets the large font that is used by the console.

System_CAPS_pubpropertyMediumFont

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

System_CAPS_pubpropertyTabstripFont

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

NameDescription
System_CAPS_pubmethodClose()

Disposes of resources held by this class.

System_CAPS_pubmethodDispose()

Releases all resources used by the ConsoleFontTable.

System_CAPS_protmethodDispose(Boolean)

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

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: