Intersoft ClientUI Documentation
RemoveFromParent Method



Element that is going to be released from its parent.
Remove the element from its parent.
Syntax
Public Shared Sub RemoveFromParent( _
   ByVal element As FrameworkElement _
) 
Dim element As FrameworkElement
 
Utility.RemoveFromParent(element)
public static void RemoveFromParent( 
   FrameworkElement element
)
public:
static void RemoveFromParent( 
   FrameworkElement^ element
) 

Parameters

element
Element that is going to be released from its parent.
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

Utility Class
Utility Members

Send Feedback