ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Theme Class / Insert Method

In This Topic
    Insert Method (Theme)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As Style _
    ) 
    public void Insert( 
       System.int index,
       Style item
    )

    Parameters

    index
    item
    See Also