Intersoft ClientUI Documentation
OnRuntimeZIndexChanged Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindowChrome Class : OnRuntimeZIndexChanged Method






newZIndex
The new z-index order to apply.
Called when the value of RuntimeZIndex property is changed.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnRuntimeZIndexChanged( _
   ByVal newZIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As UXWindowChrome
Dim newZIndex As Integer
 
instance.OnRuntimeZIndexChanged(newZIndex)
C# 
protected virtual void OnRuntimeZIndexChanged( 
   int newZIndex
)
Delphi 
protected procedure OnRuntimeZIndexChanged( 
    newZIndex: Integer
); virtual; 
JScript 
protected function OnRuntimeZIndexChanged( 
   newZIndex : int
);
Managed Extensions for C++ 
protected: virtual void OnRuntimeZIndexChanged( 
   int newZIndex
) 
C++/CLI 
protected:
virtual void OnRuntimeZIndexChanged( 
   int newZIndex
) 

Parameters

newZIndex
The new z-index order to apply.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.