[This is preliminary documentation and is subject to change.]
Adds a seperator to the tool strip by index.
| C# | Visual Basic | Visual C++ |
void AddToolStripSeperator( Nullable<int> index )
Sub AddToolStripSeperator ( _ index As Nullable(Of Integer) _ )
void AddToolStripSeperator( Nullable<int> index )
- index (Nullable<(Of <(Int32>)>))
- The position for the seperator, if null the item is appended to the end.