Type | Description |
The position of the cube is given by the following properties:
The control fires the Move event once a new face became visible. The Rotate event occurs once the cube is rotated.
Syntax for Zoom event, /NET version, on:
private void Zoom(object sender) { } Private Sub Zoom(ByVal sender As System.Object) Handles Zoom End Sub |
private void Zoom(object sender, EventArgs e) { } void OnZoom() { } void __fastcall Zoom(TObject *Sender) { } procedure Zoom(ASender: TObject; ); begin end; procedure Zoom(sender: System.Object; e: System.EventArgs); begin end; begin event Zoom() end event Zoom Private Sub Zoom(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Zoom End Sub Private Sub Zoom() End Sub Private Sub Zoom() End Sub LPARAMETERS nop PROCEDURE OnZoom(oTreeCube) RETURN |
<SCRIPT EVENT="Zoom()" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function Zoom() End Function </SCRIPT> Procedure OnComZoom Forward Send OnComZoom End_Procedure METHOD OCX_Zoom() CLASS MainDialog RETURN NIL void onEvent_Zoom() { } function Zoom as v () end function function nativeObject_Zoom() return |