Indicates whether this color is null.
[Visual Basic 6.0] Property NullColor As Boolean
[Visual Basic .NET] Public Property NullColor As Boolean
[C#] public bool NullColor {get; set;}
[Java] public boolean isNullColor() throws IOException, AutomationException
[Java] public void setNullColor( boolean NullColor ) throws IOException, AutomationException
[C++]
HRESULT get_NullColor(
VARIANT_BOOL* flag
);
[C++] HRESULT put_NullColor( VARIANT_BOOL flag);
Parameters
flag [out, retval]
flag is a parameter of type VARIANT_BOOL
flag [in]
flag is a parameter of type VARIANT_BOOL
Boolean indicator that specifies if the color will be Null or Transparent. The default for NullColor is False.