RemoveUser Method

Summary
Removes a user from the list.
Syntax
C#
VB
C++
public void RemoveUser( 
   int index 
) 
Public Sub RemoveUser( _ 
   ByVal index As Integer _ 
)  
public: 
void RemoveUser(  
   int index 
)  

Parameters

index
0-based index of the user you want to remove.

Remarks

You can obtain the index using the value returned by AddUser or by using FindUser.

Requirements

Target Platforms

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

Leadtools.Multimedia Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.