Indicates if colors should be dithered to simulate colors that aren't supported by the display. This only applies on displays that have 256 or fewer colors.
[Visual Basic 6.0] Property UseWindowsDithering As Boolean
[Visual Basic .NET] Public Property UseWindowsDithering As Boolean
[C#] public bool UseWindowsDithering {get; set;}
[Java] public boolean isUseWindowsDithering() throws IOException, AutomationException
[Java] public void setUseWindowsDithering( boolean UseWindowsDithering ) throws IOException, AutomationException
[C++]
HRESULT get_UseWindowsDithering(
VARIANT_BOOL* useDithering
);
[C++] HRESULT put_UseWindowsDithering( VARIANT_BOOL useDithering);
Parameters
useDithering [out, retval]
useDithering is a parameter of type VARIANT_BOOL
useDithering [in]
useDithering is a parameter of type VARIANT_BOOL