←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly