AllColorableItemInfo.bAutoBackgroundValid Field

Definition

Indicates whether crAutoBackground contains a valid color value.

public: int bAutoBackgroundValid;
public: int bAutoBackgroundValid;
int bAutoBackgroundValid;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int bAutoBackgroundValid;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable bAutoBackgroundValid : int
Public bAutoBackgroundValid As Integer 

Field Value

Attributes

Remarks

This member value is non-zero when AllColorableItemInfo contains a valid background color.

COM Signature

From vsshell.idl:

typedef struct _AllColorableItemInfo  
{  
    ColorableItemInfo Info;  
    BSTR              bstrName;  
    BSTR              bstrLocalizedName;  
    COLORREF          crAutoForeground;  
    COLORREF          crAutoBackground;  
    DWORD             dwMarkerVisualStyle;  
    LINESTYLE         eLineStyle;  
    FCITEMFLAGS       fFlags;  
    BSTR              bstrDescription;  
    BOOL              bNameValid;  
    BOOL              bLocalizedNameValid;  
    BOOL              bAutoForegroundValid;  
    BOOL              bAutoBackgroundValid;  
    BOOL              bMarkerVisualStyleValid;  
    BOOL              bLineStyleValid;  
    BOOL              bFlagsValid;  
    BOOL              bDescriptionValid;  
} AllColorableItemInfo;  

Applies to