The option to keep a fixed screen size, if supported by the element.
[Visual Basic .NET] Public Property FixedScreenSize As Boolean
[C#] public bool FixedScreenSize {get; set;}
[C++]
HRESULT get_FixedScreenSize(
VARIANT_BOOL* pbFixed
);
[C++]
HRESULT put_FixedScreenSize(
VARIANT_BOOL pbFixed
);
[C++]Parameters
pbFixed [out, retval] pbFixed is a parameter of type VARIANT_BOOL pbFixed [in] pbFixed is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.