IVsTextViewEx.SetBackgroundColorIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the background color index for the text view.
public:
int SetBackgroundColorIndex(int iBackgroundIndex);
public:
int SetBackgroundColorIndex(int iBackgroundIndex);
int SetBackgroundColorIndex(int iBackgroundIndex);
public int SetBackgroundColorIndex (int iBackgroundIndex);
abstract member SetBackgroundColorIndex : int -> int
Public Function SetBackgroundColorIndex (iBackgroundIndex As Integer) As Integer
Parameters
- iBackgroundIndex
- Int32
[in] The index of the background color.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.