Image Viewer CP Pro ActiveX Control ReferenceMethods SetTextureBrushImage Image Viewer CP ActiveX Control SetTextureBrushImage Set the texture brush image when textstyle =4 . Public Function SetTextureBrushImage( _ ByVal strImage As String) Parameter strImage the texture brush image.Return ValueNo return value. Example Visual Basic SyntaxImageViewer1.TextStyle = 4ImageViewer1.SetTextureBrushImage "c:\1.jpg"