This document is archived and information here might be outdated. Recommended version. |
Indicates if the render all control should be visible.
[Visual Basic .NET]
Public Property RenderAllControl As Boolean
[C#]
public bool RenderAllControl {get; set;}
[C++]
HRESULT get_RenderAllControl(
Boolean* pbvarShow
);
[C++]
HRESULT put_RenderAllControl(
VARIANT_BOOL pbvarShow
);
[C++] Parameters pbvarShow [out, retval]
pbvarShow is a parameter of type bool* pbvarShow [in]
pbvarShow is a parameter of type bool