Version

ResizeLabelSpan Method (WinTreeReplayServer)

Resizes the Span for the specified Label(header)
Syntax
'Declaration
 
Public Sub ResizeLabelSpan( _
   ByVal columnSet As System.String, _
   ByVal columnKey As System.String, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
public void ResizeLabelSpan( 
   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 Label
height
The Height of the resized Label
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