Intersoft ClientUI Documentation
LookupBoundaryOffset Property



Gets or set the minimum lookup boundary offset.
Syntax
<CategoryAttribute("Menu")>
Public Property LookupBoundaryOffset As Thickness
Dim instance As UXDataLookupBox
Dim value As Thickness
 
instance.LookupBoundaryOffset = value
 
value = instance.LookupBoundaryOffset
[CategoryAttribute("Menu")]
public Thickness LookupBoundaryOffset {get; set;}
[CategoryAttribute("Menu")]
public:
property Thickness LookupBoundaryOffset {
   Thickness get();
   void set (    Thickness 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