Feedback

  • Contents
 

II3IDStep::ResizeToFitLabel Method

Synopsis

Resizes a step so that the label text will fit.

IDL Function Prototype

HRESULT ResizeToFitLabel(

   [in,optional,defaultvalue(512)] long MaxStepWidth

);

C/C++ Syntax

HRESULT ResizeToFitLabel(long MaxStepWidth);

Parameters

MaxStepWidth

This optional parameter is a number that sets the width (in pixels) of this step in the user interface.