This document is archived and information here might be outdated. Recommended version. |
Indicates whether or not to display a shadow for the node.
[Visual Basic .NET]
Public Property ShowShadow As Boolean
[C#]
public bool ShowShadow {get; set;}
[C++]
HRESULT get_ShowShadow(
Boolean* pShowShadow
);
[C++]
HRESULT put_ShowShadow(
VARIANT_BOOL pShowShadow
);
[C++] Parameters pShowShadow [out, retval]
pShowShadow is a parameter of type bool* pShowShadow [in]
pShowShadow is a parameter of type bool