Eyeshot 10 WinForms API Reference
Add Method (TextStyleDictionary)

WinForms Assembly > devDept.Eyeshot Namespace > TextStyleDictionary Class : Add Method
The text style name
The TextStyle to be added
Adds one TextStyle to this dictionary.
Syntax
'Declaration
 
Public Shadows Sub Add( _
   ByVal name As String, _
   ByVal item As TextStyle _
) 
public new void Add( 
   string name,
   TextStyle item
)

Parameters

name
The text style name
item
The TextStyle to be added
See Also

Reference

TextStyleDictionary Class
TextStyleDictionary Members