Intersoft ClientUI Documentation
DragDropTooltipStyle Property (ISDragableItemsControl)



Gets or sets the style of the DragDropTooltip.
Syntax
<CategoryAttribute("Interactivity")>
Public Property DragDropTooltipStyle As Style
Dim instance As ISDragableItemsControl
Dim value As Style
 
instance.DragDropTooltipStyle = value
 
value = instance.DragDropTooltipStyle
[CategoryAttribute("Interactivity")]
public Style DragDropTooltipStyle {get; set;}
[CategoryAttribute("Interactivity")]
public:
property Style^ DragDropTooltipStyle {
   Style^ get();
   void set (    Style^ 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

ISDragableItemsControl Class
ISDragableItemsControl Members

Send Feedback