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

In This Topic
    SetItem Method (Theme)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub SetItem( _
       ByVal index As System.Integer, _
       ByVal item As Style _
    ) 
    protected virtual void SetItem( 
       System.int index,
       Style item
    )

    Parameters

    index
    item
    See Also