Remove Method

Summary

Removes the specified item.

Syntax
C#
VB
C++
public bool Remove( 
   IMasterForm item 
) 
  
Public Function Remove( _ 
   ByVal item As IMasterForm _ 
) As Boolean 
public: 
bool Remove(  
   IMasterForm^ item 
)  

Parameters

item
Item to remove.

Return Value

true if the item is removed, otherwise, false.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly