BCGControlBar Library for .NET
InitShadow Method (PopupFrame)




Override this function in the derived class to define a shadow parameters for the PopupFrame of the derived class.
Syntax
'Declaration
 
Public Overridable Sub InitShadow() 
'Usage
 
Dim instance As PopupFrame
 
instance.InitShadow()
public virtual void InitShadow()
public: virtual void InitShadow(); 
public:
virtual void InitShadow(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PopupFrame Class
PopupFrame Members

Send Feedback