Share via


ColorableItemInfo.bForegroundValid Field

BOOLEAN value indicating the foreground color is valid.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Public bForegroundValid As Integer
'Usage
Dim instance As ColorableItemInfo 
Dim value As Integer 

value = instance.bForegroundValid 

instance.bForegroundValid = value
public int bForegroundValid
public:
int bForegroundValid
public var bForegroundValid : int

Remarks

COM Signature

From vsshell.idl:

BOOL bForegroundValid;

.NET Framework Security

See Also

Reference

ColorableItemInfo Structure

ColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace