Remove Method (StyleCollection)
Removes the element with the specified key from the
StyleCollection.
public override void Remove(
string
)
'Declaration
Public Overrides Sub Remove( _
ByVal As String _
)
'Usage
Dim instance As StyleCollection
Dim key As String
instance.Remove(key)
Parameters
- key
- The specified key string.