This document is archived and information here might be outdated. Recommended version. |
Indicates if the variable should be added to the application display.
[Visual Basic .NET]
Public Property AddToDisplay As Boolean
[C#]
public bool AddToDisplay {get; set;}
[C++]
HRESULT get_AddToDisplay(
Boolean* AddToDisplay
);
[C++]
HRESULT put_AddToDisplay(
VARIANT_BOOL AddToDisplay
);
[C++] Parameters AddToDisplay [out, retval]
AddToDisplay is a parameter of type bool* AddToDisplay [in]
AddToDisplay is a parameter of type bool