FormatData Class

Applies to v2.

Represents a class that stores format data.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.Editor.FormatData

Namespace:  Microsoft.WebMatrix.Extensibility.Editor
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class FormatData
'Usage
Dim instance As FormatData
public class FormatData
public ref class FormatData
type FormatData =  class end
public class FormatData

The FormatData type exposes the following members.

Constructors

  Name Description
Public method FormatData() Initializes a new instance of the FormatData class.
Public method FormatData(FormatData) Initializes a new instance of the FormatData class with its initial data.

Top

Properties

  Name Description
Public property BackColor Gets or sets the back color.
Public property ForeColor Gets or sets the fore color.
Public property IsBold Gets or sets whether the format is in bold setting.
Public property IsGlobalEditorFormat Gets or sets whether the data is in a GlobalEditorFormat.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

Microsoft.WebMatrix.Extensibility.Editor Namespace