This document is archived and information here might be outdated. Recommended version. |
Indicates if the element is displayed.
[Visual Basic .NET]
Public Property Displayed As Boolean
[C#]
public bool Displayed {get; set;}
[C++]
HRESULT get_Displayed(
Boolean* Displayed
);
[C++]
HRESULT put_Displayed(
VARIANT_BOOL Displayed
);
[C++] Parameters Displayed [out, retval]
Displayed is a parameter of type bool* Displayed [in]
Displayed is a parameter of type bool