Intersoft ClientUI Documentation
InactiveDropShadow Property (UXWindow)



Gets or sets the drop shadow effect applied to an inactive window.
Syntax
<CategoryAttribute("Appearance")>
Public Property InactiveDropShadow As Effect
Dim instance As UXWindow
Dim value As Effect
 
instance.InactiveDropShadow = value
 
value = instance.InactiveDropShadow
[CategoryAttribute("Appearance")]
public Effect InactiveDropShadow {get; set;}
[CategoryAttribute("Appearance")]
public:
property Effect^ InactiveDropShadow {
   Effect^ get();
   void set (    Effect^ 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

UXWindow Class
UXWindow Members

Send Feedback