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 Zoom event occurs once the cube is magnified.
Syntax for Rotate event, /NET version, on:
private void Rotate(object sender) { } Private Sub Rotate(ByVal sender As System.Object) Handles Rotate End Sub |
private void Rotate(object sender, EventArgs e) { } void OnRotate() { } void __fastcall Rotate(TObject *Sender) { } procedure Rotate(ASender: TObject; ); begin end; procedure Rotate(sender: System.Object; e: System.EventArgs); begin end; begin event Rotate() end event Rotate Private Sub Rotate(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Rotate End Sub Private Sub Rotate() End Sub Private Sub Rotate() End Sub LPARAMETERS nop PROCEDURE OnRotate(oTreeCube) RETURN |
<SCRIPT EVENT="Rotate()" LANGUAGE="JScript"> </SCRIPT> <SCRIPT LANGUAGE="VBScript"> Function Rotate() End Function </SCRIPT> Procedure OnComRotate Forward Send OnComRotate End_Procedure METHOD OCX_Rotate() CLASS MainDialog RETURN NIL void onEvent_Rotate() { } function Rotate as v () end function function nativeObject_Rotate() return |