NetXP 3.0 Reference

DockingManagerExtender.SetTitle Method 

Sets the text displayed in tabbed/hide mode.

[Visual Basic]
Public Sub SetTitle( _
   ByVal control As Control, _
   ByVal title As String _
)
[C#]
public void SetTitle(
   Control control,
   string title
);

Parameters

control
title

See Also

DockingManagerExtender Class | NETXP.Controls.Docking Namespace