ColorableItem Class

Provides custom ColorableItem default font colors, font style, and item name information.

Inheritance Hierarchy

System.Object
  RadLangSvc.ColorableItem

Namespace:  RadLangSvc
Assembly:  RadLangSvc.VS (in RadLangSvc.VS.dll)

Syntax

'Declaration
Public Class ColorableItem _
    Implements IVsColorableItem
'Usage
Dim instance As ColorableItem
public class ColorableItem : IVsColorableItem
public ref class ColorableItem : IVsColorableItem
type ColorableItem =  
    class
        interface IVsColorableItem
    end
public class ColorableItem implements IVsColorableItem

The ColorableItem type exposes the following members.

Constructors

  Name Description
Public method ColorableItem Initializes a new instance of the ColorableItem class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetDefaultColors Defines the default background and foreground colors for a custom ColorableItem object.
Public method GetDefaultFontFlags Gets the default font flags for the custom ColorableItem object.
Public method GetDisplayName Gets the display name of the custom ColorableItem 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