This document is archived and information here might be outdated.  Recommended version.


IScreenDisplay.SuppressResize Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplay Interface > IScreenDisplay.SuppressResize Property
ArcGIS Developer Help

IScreenDisplay.SuppressResize Property

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 .NET]
Public Property SuppressResize As Boolean
[C#]
public bool SuppressResize {get; set;}
[C++]
HRESULT get_SuppressResize(
  VARIANT_BOOL SuppressResize
);
[C++]
HRESULT put_SuppressResize(
  Boolean* SuppressResize
);
[C++]
Parameters
SuppressResize [in]

SuppressResize is a parameter of type bool SuppressResize [out, retval]
SuppressResize is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IScreenDisplay Interface