Intersoft ClientUI Documentation
DragDropTooltipIcon Property
See Also  Send Feedback
Intersoft.Client.UI.Controls.Interactivity Namespace > ISDragableHierarchicalMultipleSelectionControl Class : DragDropTooltipIcon Property






Gets or sets the icon of the DragDropTooltip.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Interactivity")>
Public Property DragDropTooltipIcon As ImageSource
Visual Basic (Usage)Copy Code
Dim instance As ISDragableHierarchicalMultipleSelectionControl
Dim value As ImageSource
 
instance.DragDropTooltipIcon = value
 
value = instance.DragDropTooltipIcon
C# 
[CategoryAttribute("Interactivity")]
public ImageSource DragDropTooltipIcon {get; set;}
Delphi 
public read-write property DragDropTooltipIcon: ImageSource; 
JScript 
CategoryAttribute("Interactivity")
public function get,set DragDropTooltipIcon : ImageSource
Managed Extensions for C++ 
[CategoryAttribute("Interactivity")]
public: __property ImageSource* get_DragDropTooltipIcon();
public: __property void set_DragDropTooltipIcon( 
   ImageSource* value
);
C++/CLI 
[CategoryAttribute("Interactivity")]
public:
property ImageSource^ DragDropTooltipIcon {
   ImageSource^ get();
   void set (    ImageSource^ 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.