Unicode Controls & Classes for VB6 - Version 4

ctlUniImageWL.Stretch Property

Gets or sets the ability to stretch the Picture is it is bigger than the client size of the control

Syntax
Public Property Get Stretch () As Boolean
Public Property Let Stretch (ByVal bValue As Boolean)
Parameters
Parameter Description
ByVal bValue As Boolean True for stretching, False otherwise
Remarks