PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DictionaryItem Class / SetName Method
The new name.

In This Topic
    SetName Method (DictionaryItem)
    In This Topic
    Overridden. Sets the name of the current item.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetName( _
       ByVal newName As String _
    ) 
    protected override void SetName( 
       string newName
    )

    Parameters

    newName
    The new name.
    See Also