Skip to content

RenameItem Method

Description

Used to change the Caption of a TaskPanelGroup or TaskPanelItem.

Syntax

Public Sub RenameItem( _
    ByVal [Item] As TaskPanelItem _
)

Parameters

  • Item: TaskPanelGroup or TaskPanelItem whose caption will be changed.

Remarks

Use this to change the caption of a TaskPanelGroup or TaskPanelItem. When the RenameItem method is called, an edit box appears on the group caption allowing you to type in a new name.

See Also


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.