Indicates if display resizing is suppressed. True means the display doesn't resize with the window. False ensures that the display is the same size as the window.
[Visual Basic 6.0] Property SuppressResize As Boolean
[Visual Basic .NET] Public Property SuppressResize As Boolean
[C#] public bool SuppressResize {get; set;}
[Java] public getSuppressResize ( boolean SuppressResize )
[Java] public void setSuppressResize( boolean SuppressResize ) throws IOException, AutomationException
[C++]
HRESULT get_SuppressResize(
VARIANT_BOOL* SuppressResize
);
[C++] HRESULT put_SuppressResize( VARIANT_BOOL SuppressResize);
Parameters
SuppressResize [out, retval]
SuppressResize is a parameter of type VARIANT_BOOL
SuppressResize [in]
SuppressResize is a parameter of type VARIANT_BOOL