Eyeshot 10 WPF API Reference
Remove Method (EyeshotDictionary<T>)

WPF Assembly > devDept.Eyeshot Namespace > EyeshotDictionary<T> Class : Remove Method
The name of the text style to remove
Removes the occurrence of a specific entity from this dictionary.
Syntax
'Declaration
 
Public Shadows Function Remove( _
   ByVal name As String _
) As Boolean
public new bool Remove( 
   string name
)

Parameters

name
The name of the text style to remove

Return Value

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

Reference

EyeshotDictionary<T> Class
EyeshotDictionary<T> Members