Intersoft ClientUI Documentation
GetFrame Method



The frame level to be returned.
Gets the UXFrame instance based on the specified frame level.
Syntax
Public Shared Function GetFrame( _
   ByVal level As Integer _
) As UXFrame
Dim level As Integer
Dim value As UXFrame
 
value = UXFrame.GetFrame(level)
public static UXFrame GetFrame( 
   int level
)
public:
static UXFrame^ GetFrame( 
   int level
) 

Parameters

level
The frame level to be returned.

Return Value

An UXFrame instance.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFrame Class
UXFrame Members

Send Feedback