Intersoft ClientUI Documentation
DragDropTooltipOffset Property (ISDragableHierarchicalMultipleSelectionControl)



Gets or sets the offset position of the DragDropTooltip.
Syntax
<CategoryAttribute("Interactivity")>
Public Property DragDropTooltipOffset As Point
Dim instance As ISDragableHierarchicalMultipleSelectionControl
Dim value As Point
 
instance.DragDropTooltipOffset = value
 
value = instance.DragDropTooltipOffset
[CategoryAttribute("Interactivity")]
public Point DragDropTooltipOffset {get; set;}
[CategoryAttribute("Interactivity")]
public:
property Point DragDropTooltipOffset {
   Point get();
   void set (    Point 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

ISDragableHierarchicalMultipleSelectionControl Class
ISDragableHierarchicalMultipleSelectionControl Members

Send Feedback