Intersoft ClientUI Documentation
LookupSlideDirection Property



Gets or sets a value that determine the lookup slide direction when slide animation is used.
Syntax
<CategoryAttribute("Menu")>
Public Property LookupSlideDirection As Direction
Dim instance As UXDataLookupBox
Dim value As Direction
 
instance.LookupSlideDirection = value
 
value = instance.LookupSlideDirection
[CategoryAttribute("Menu")]
public Direction LookupSlideDirection {get; set;}
[CategoryAttribute("Menu")]
public:
property Direction LookupSlideDirection {
   Direction get();
   void set (    Direction 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

UXDataLookupBox Class
UXDataLookupBox Members

Send Feedback