Intersoft ClientUI Documentation
GetNewlyRealized Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlowPanel Class : GetNewlyRealized Method






element
Target element.
Gets newly realized value from given element.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetNewlyRealized( _
   ByVal element As UIElement _
) As Boolean
Visual Basic (Usage)Copy Code
Dim element As UIElement
Dim value As Boolean
 
value = UXFlowPanel.GetNewlyRealized(element)
C# 
public static bool GetNewlyRealized( 
   UIElement element
)
Delphi 
public function GetNewlyRealized( 
    element: UIElement
): Boolean; static; 
JScript 
public static function GetNewlyRealized( 
   element : UIElement
) : boolean;
Managed Extensions for C++ 
public: static bool GetNewlyRealized( 
   UIElement* element
) 
C++/CLI 
public:
static bool GetNewlyRealized( 
   UIElement^ element
) 

Parameters

element
Target element.

Return Value

Newly realized value from given element.

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.