Intersoft ClientUI Documentation
InactiveDropShadow Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : InactiveDropShadow Property






Gets or sets the drop shadow effect applied to an inactive window.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Appearance")>
Public Property InactiveDropShadow As Effect
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim value As Effect
 
instance.InactiveDropShadow = value
 
value = instance.InactiveDropShadow
C# 
[CategoryAttribute("Appearance")]
public Effect InactiveDropShadow {get; set;}
Delphi 
public read-write property InactiveDropShadow: Effect; 
JScript 
CategoryAttribute("Appearance")
public function get,set InactiveDropShadow : Effect
Managed Extensions for C++ 
[CategoryAttribute("Appearance")]
public: __property Effect* get_InactiveDropShadow();
public: __property void set_InactiveDropShadow( 
   Effect* value
);
C++/CLI 
[CategoryAttribute("Appearance")]
public:
property Effect^ InactiveDropShadow {
   Effect^ get();
   void set (    Effect^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.