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






Gets or sets custom tooltip image.

Syntax

Visual Basic (Declaration) 
Public Property CustomTooltipImage As Nullable(Of TooltipImage)
Visual Basic (Usage)Copy Code
Dim instance As DragDropEventData
Dim value As Nullable(Of TooltipImage)
 
instance.CustomTooltipImage = value
 
value = instance.CustomTooltipImage
C# 
public Nullable<TooltipImage> CustomTooltipImage {get; set;}
Delphi 
public read-write property CustomTooltipImage: Nullable; 
JScript 
public function get,set CustomTooltipImage : Nullable
Managed Extensions for C++ 
public: __property Nullable<TooltipImage> get_CustomTooltipImage();
public: __property void set_CustomTooltipImage( 
   Nullable<TooltipImage> value
);
C++/CLI 
public:
property Nullable<TooltipImage> CustomTooltipImage {
   Nullable<TooltipImage> get();
   void set (    Nullable<TooltipImage> 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.