Version

ResizeLabel Method (WinTreeReplayServer)

Resizes the Column Label(header)
Syntax
'Declaration
 
Public Sub ResizeLabel( _
   ByVal columnSet As System.String, _
   ByVal columnKey As System.String, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void ResizeLabel( 
   System.string columnSet,
   System.string columnKey,
   System.int width,
   System.int height
)

Parameters

columnSet
The Key of the ColumnSet for the Column
columnKey
The Key of the Column
width
The Width of the resized Column
height
The Height of the resized Column
Remarks

Note: If there is more then one instance of the label on the form, the topmost label will be brough in to view and resized.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also