Intersoft ClientUI Documentation
Remove Method (UIElementExtensions)



Syntax
<ExtensionAttribute()>
Public Shared Sub Remove( _
   ByVal collection As UIElementCollection, _
   ByVal element As UIElement, _
   ByVal noVerify As Boolean _
) 
Dim collection As UIElementCollection
Dim element As UIElement
Dim noVerify As Boolean
 
UIElementExtensions.Remove(collection, element, noVerify)
[ExtensionAttribute()]
public static void Remove( 
   UIElementCollection collection,
   UIElement element,
   bool noVerify
)
[ExtensionAttribute()]
public:
static void Remove( 
   UIElementCollection^ collection,
   UIElement^ element,
   bool noVerify
) 

Parameters

collection
element
noVerify
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

UIElementExtensions Class
UIElementExtensions Members

Send Feedback