Search
Box.FitSizeToPicture Method
See Also
 



Makes the box as big as the picture assigned to it.

 Syntax

VB6  Copy Code

Public Sub FitSizeToPicture ()

C++  Copy Code

public:
void FitSizeToPicture ()

 Remarks

If there is a Picture loaded in a box, this method makes the box the same size as the picture.

 See Also