Intersoft ClientUI Documentation
DropDownEffect Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXCollection Namespace > UXComboBox Class : DropDownEffect Property






Gets or sets the System.Windows.Media.Effects.Effect to apply to the dropdown element.

Syntax

Visual Basic (Declaration) 
Public Property DropDownEffect As Effect
Visual Basic (Usage)Copy Code
Dim instance As UXComboBox
Dim value As Effect
 
instance.DropDownEffect = value
 
value = instance.DropDownEffect
C# 
public Effect DropDownEffect {get; set;}
Delphi 
public read-write property DropDownEffect: Effect; 
JScript 
public function get,set DropDownEffect : Effect
Managed Extensions for C++ 
public: __property Effect* get_DropDownEffect();
public: __property void set_DropDownEffect( 
   Effect* value
);
C++/CLI 
public:
property Effect^ DropDownEffect {
   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.