BCGControlBar Library for .NET
GetMenuShadowDepth Method




Call this function to determine the width and height (they're always equivalent) of the menu shadow, in pixels. The default value is 6 pixels.
Syntax
'Declaration
 
Public Function GetMenuShadowDepth() As Integer
'Usage
 
Dim instance As VisualManager
Dim value As Integer
 
value = instance.GetMenuShadowDepth()
public int GetMenuShadowDepth()
public: int GetMenuShadowDepth(); 
public:
int GetMenuShadowDepth(); 

Return Value

The width and height of the menu shadow, in pixels.
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

VisualManager Class
VisualManager Members

Send Feedback