LabelList.Remove Method

Removes the first occurrence of a specific label from this collection.
Public Overrides Function Remove( _ 
ByVal item As Label
) As Boolean
This language is not supported or no code example is available.
public override bool Remove( 
Label item 
)
This language is not supported or no code example is available.

Parameters

item
Label

The object to remove from this collection

Return Value

bool

True if label is successfully removed; otherwise, false. This method also returns false if label was not found in this collection.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition