Type | Description | |||
Position as Long | A long expression that specifies position the split bar has been moved by dragging. It indicates the distance in pixels, from the point where the dragging begins. |
private void Drag(object sender,int Position) { } Private Sub Drag(ByVal sender As System.Object,ByVal Position As Integer) Handles Drag End Sub |
private void Drag(object sender, AxEXSPLITBARLib._ISplitBarEvents_DragEvent e) { } void OnDrag(long Position) { } void __fastcall Drag(TObject *Sender,long Position) { } procedure Drag(ASender: TObject; Position : Integer); begin end; procedure Drag(sender: System.Object; e: AxEXSPLITBARLib._ISplitBarEvents_DragEvent); begin end; begin event Drag(long Position) end event Drag Private Sub Drag(ByVal sender As System.Object, ByVal e As AxEXSPLITBARLib._ISplitBarEvents_DragEvent) Handles Drag End Sub Private Sub Drag(ByVal Position As Long) End Sub Private Sub Drag(ByVal Position As Long) End Sub LPARAMETERS Position PROCEDURE OnDrag(oSplitBar,Position) RETURN |
<SCRIPT EVENT="Drag(Position)" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function Drag(Position) End Function </SCRIPT> Procedure OnComDrag Integer llPosition Forward Send OnComDrag llPosition End_Procedure METHOD OCX_Drag(Position) CLASS MainDialog RETURN NIL void onEvent_Drag(int _Position) { } function Drag as v (Position as N) end function function nativeObject_Drag(Position) return |