Intersoft ClientUI Documentation
RemoveFromParent Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class : RemoveFromParent Method






element
Element that is going to be released from its parent.
Remove the element from its parent.

Syntax

Visual Basic (Declaration) 
Public Shared Sub RemoveFromParent( _
   ByVal element As FrameworkElement _
) 
Visual Basic (Usage)Copy Code
Dim element As FrameworkElement
 
Utility.RemoveFromParent(element)
C# 
public static void RemoveFromParent( 
   FrameworkElement element
)
Delphi 
public procedure RemoveFromParent( 
    element: FrameworkElement
); static; 
JScript 
public static function RemoveFromParent( 
   element : FrameworkElement
);
Managed Extensions for C++ 
public: static void RemoveFromParent( 
   FrameworkElement* element
) 
C++/CLI 
public:
static void RemoveFromParent( 
   FrameworkElement^ element
) 

Parameters

element
Element that is going to be released from its parent.

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.