FamilyTypefaceCollection.Remove(FamilyTypeface) Method

Definition

Removes the specified FamilyTypeface object from the collection.

public:
 virtual bool Remove(System::Windows::Media::FamilyTypeface ^ item);
public bool Remove (System.Windows.Media.FamilyTypeface item);
abstract member Remove : System.Windows.Media.FamilyTypeface -> bool
override this.Remove : System.Windows.Media.FamilyTypeface -> bool
Public Function Remove (item As FamilyTypeface) As Boolean

Parameters

item
FamilyTypeface

The FamilyTypeface object to remove.

Returns

true if item was successfully deleted; otherwise false.

Implements

Applies to