C# Class CucumberLanguageServices.ColorableItem

Inheritance: Microsoft.VisualStudio.TextManager.Interop.IVsColorableItem
Show file Open project: henritersteeg/cuke4vs

Public Methods

Method Description
ColorableItem ( string displayName, COLORINDEX foreground, COLORINDEX background, bool bold, bool strikethrough ) : System
GetDefaultColors ( COLORINDEX piForeground, COLORINDEX piBackground ) : int
GetDefaultFontFlags ( uint &pdwFontFlags ) : int
GetDisplayName ( string &pbstrName ) : int

Method Details

ColorableItem() public method

public ColorableItem ( string displayName, COLORINDEX foreground, COLORINDEX background, bool bold, bool strikethrough ) : System
displayName string
foreground COLORINDEX
background COLORINDEX
bold bool
strikethrough bool
return System

GetDefaultColors() public method

public GetDefaultColors ( COLORINDEX piForeground, COLORINDEX piBackground ) : int
piForeground COLORINDEX
piBackground COLORINDEX
return int

GetDefaultFontFlags() public method

public GetDefaultFontFlags ( uint &pdwFontFlags ) : int
pdwFontFlags uint
return int

GetDisplayName() public method

public GetDisplayName ( string &pbstrName ) : int
pbstrName string
return int