Version

ResizeLabel Method (ITreeReplay)

Syntax
'Declaration
 
Sub ResizeLabel( _
   ByVal columnSet As System.String, _
   ByVal columnKey As System.String, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
) 
void ResizeLabel( 
   System.string columnSet,
   System.string columnKey,
   System.int width,
   System.int height
)

Parameters

columnSet
columnKey
width
height
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