This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* pbFixed
);
[C++] Parameters pbFixed [in]
pbFixed is a parameter of type bool pbFixed [out, retval]
pbFixed is a parameter of type bool*