Inserts a list at the current caret position.
            
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# | 
|---|
public void InsertList( IListStyleType listStyleType, ListType listType )  | 
| Visual Basic | 
|---|
Public Sub InsertList ( _ listStyleType As IListStyleType, _ listType As ListType _ )  | 
| Visual C++ | 
|---|
public: void InsertList( IListStyleType^ listStyleType, ListType listType )  | 
Parameters
- listStyleType
 - Type: Mindscape.SilverlightElements..::..IListStyleType
The style for the list. 
- listType
 - Type: Mindscape.SilverlightElements..::..ListType
Whether the list is ordered or unordered.