'Declaration
Public Overloads Sub AddStyle( _ ByVal styleID As System.Integer, _ ByVal style As NStyle, _ ByVal replaceExisting As System.Boolean _ )
'Usage
Dim instance As NStyleComposite Dim styleID As System.Integer Dim style As NStyle Dim replaceExisting As System.Boolean instance.AddStyle(styleID, style, replaceExisting)
public void AddStyle( System.int styleID, NStyle style, System.bool replaceExisting )
Parameters
- styleID
- style
- replaceExisting