BCGControlBar Library for .NET
DisableShadow Property




Indicates if the shadow parameters of the PopupFrame are not initialized and the shadow for the PopupFrame is not redrawn.
Syntax
'Declaration
 
Public Property DisableShadow As Boolean
'Usage
 
Dim instance As PopupFrame
Dim value As Boolean
 
instance.DisableShadow = value
 
value = instance.DisableShadow
public bool DisableShadow {get; set;}
public: __property bool get_DisableShadow();
public: __property void set_DisableShadow( 
   bool value
);
public:
property bool DisableShadow {
   bool get();
   void set (    bool value);
}
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