Public Sub KeyDown( _ ByRef KeyCode As short, _ ByVal Shift As short _ )
public void KeyDown( ref short KeyCode, short Shift );
public: void KeyDown( short ^ KeyCode, short Shift );
public: HRESULT KeyDown( short * KeyCode, short Shift );
public void keyDown( short KeyCode, short Shift );
def KeyDown(self, KeyCode:short, Shift:short) -> :
IAgUiAxStockRawEvents Interface