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 Value

No return value.


Example

   

Visual Basic Syntax
ImageViewer1.TextStyle = 4
ImageViewer1.SetTextureBrushImage "c:\1.jpg"