Type | Description | |||
OverNode as Node | A Node object that indicates whose tooltip is shown or hidden. | |||
Visible as Boolean | (By Reference) A boolean expression that indicates whether the tooltip is shown or hidden. | |||
X as Long | (By Reference) A long expression that indicates the left location of the tooltip window. The x values is always expressed in screen coordinates. | |||
Y as Long | (By Reference) A long expression that indicates the top location of the tooltip window. The y values is always expressed in screen coordinates. | |||
CX as Long | A long expression that indicates the width of the tooltip window. | |||
CY as Long | A long expression that indicates the height of the tooltip window. |
Syntax for ToolTip event, /NET version, on:
private void ToolTip(object sender,exontrol.EXORGCHARTLib.Node OverNode,ref bool Visible,ref int X,ref int Y,int CX,int CY) { } Private Sub ToolTip(ByVal sender As System.Object,ByVal OverNode As exontrol.EXORGCHARTLib.Node,ByRef Visible As Boolean,ByRef X As Integer,ByRef Y As Integer,ByVal CX As Integer,ByVal CY As Integer) Handles ToolTip End Sub |
private void ToolTip(object sender, AxEXORGCHARTLib._IChartViewEvents_ToolTipEvent e) { } void OnToolTip(LPDISPATCH OverNode,BOOL FAR* Visible,long FAR* X,long FAR* Y,long CX,long CY) { } void __fastcall ToolTip(TObject *Sender,Exorgchartlib_tlb::INode *OverNode,VARIANT_BOOL * Visible,long * X,long * Y,long CX,long CY) { } procedure ToolTip(ASender: TObject; OverNode : INode;var Visible : WordBool;var X : Integer;var Y : Integer;CX : Integer;CY : Integer); begin end; procedure ToolTip(sender: System.Object; e: AxEXORGCHARTLib._IChartViewEvents_ToolTipEvent); begin end; begin event ToolTip(oleobject OverNode,boolean Visible,long X,long Y,long CX,long CY) end event ToolTip Private Sub ToolTip(ByVal sender As System.Object, ByVal e As AxEXORGCHARTLib._IChartViewEvents_ToolTipEvent) Handles ToolTip End Sub Private Sub ToolTip(ByVal OverNode As EXORGCHARTLibCtl.INode,Visible As Boolean,X As Long,Y As Long,ByVal CX As Long,ByVal CY As Long) End Sub Private Sub ToolTip(ByVal OverNode As Object,Visible As Boolean,X As Long,Y As Long,ByVal CX As Long,ByVal CY As Long) End Sub LPARAMETERS OverNode,Visible,X,Y,CX,CY PROCEDURE OnToolTip(oChartView,OverNode,Visible,X,Y,CX,CY) RETURN |
<SCRIPT EVENT="ToolTip(OverNode,Visible,X,Y,CX,CY)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function ToolTip(OverNode,Visible,X,Y,CX,CY) End Function </SCRIPT> Procedure OnComToolTip Variant llOverNode Boolean llVisible Integer llX Integer llY Integer llCX Integer llCY Forward Send OnComToolTip llOverNode llVisible llX llY llCX llCY End_Procedure METHOD OCX_ToolTip(OverNode,Visible,X,Y,CX,CY) CLASS MainDialog RETURN NIL void onEvent_ToolTip(COM _OverNode,COMVariant /*bool*/ _Visible,COMVariant /*long*/ _X,COMVariant /*long*/ _Y,int _CX,int _CY) { } function ToolTip as v (OverNode as OLE::Exontrol.ChartView.1::INode,Visible as L,X as N,Y as N,CX as N,CY as N) end function function nativeObject_ToolTip(OverNode,Visible,X,Y,CX,CY) return |