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






Gets or sets custom tooltip effect.

Syntax

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