This document is archived and information here might be outdated. Recommended version. |
Indicates whether this color is null.
[Visual Basic .NET]
Public Property NullColor As Boolean
[C#]
public bool NullColor {get; set;}
[C++]
HRESULT get_NullColor(
VARIANT_BOOL flag
);
[C++]
HRESULT put_NullColor(
Boolean* flag
);
[C++] Parameters flag [in]
flag is a parameter of type bool flag [out, retval]
flag is a parameter of type bool*
Boolean indicator that specifies if the color will be Null or Transparent. The default for NullColor is False.