This document is archived and information here might be outdated. Recommended version. |
Frame shadow used by this element.
[Visual Basic .NET] Public Property Shadow As IShadow
[C#] public IShadow Shadow {get; set;}
[C++]
HRESULT get_Shadow(
IShadow** Shadow
);
[C++]
HRESULT put_Shadow(
IShadow* Shadow
);
[C++] Parameters Shadow [out, retval]
Shadow is a parameter of type IShadow** Shadow [in]
Shadow is a parameter of type IShadow*