Intersoft WebGrid Documentation
OnMouseOut Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartInteractiveStyle Class : OnMouseOut Property






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("General")>
<DescriptionAttribute("Client side event when a mouse is moved out an object.")>
<DefaultValueAttribute()>
Public Property OnMouseOut As String
Visual Basic (Usage)Copy Code
Dim instance As ChartInteractiveStyle
Dim value As String
 
instance.OnMouseOut = value
 
value = instance.OnMouseOut
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Client side event when a mouse is moved out an object.")]
[DefaultValueAttribute()]
public string OnMouseOut {get; set;}
Delphi 
public read-write property OnMouseOut: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
CategoryAttribute("General")
DescriptionAttribute("Client side event when a mouse is moved out an object.")
DefaultValueAttribute()
public function get,set OnMouseOut : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Client side event when a mouse is moved out an object.")]
[DefaultValueAttribute()]
public: __property string* get_OnMouseOut();
public: __property void set_OnMouseOut( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("General")]
[DescriptionAttribute("Client side event when a mouse is moved out an object.")]
[DefaultValueAttribute()]
public:
property String^ OnMouseOut {
   String^ get();
   void set (    String^ 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 Intersoft Solutions Corp. All Rights Reserved.