Copyright © 2003-2005 MultiMedia Soft 
Return to index  
 
RefreshTransparentControl method 
 
Remarks 
Forces a refresh of a transparent control: useful feature when an underlying picture changes. 
For further information about transparency see How to manage alpha channel transparency section. 
(Available only with Professional edition) 
 
 
Syntax 
 
[Visual Basic] 
Public Sub RefreshTransparentControl () 
 
[C#] 
public void RefreshTransparentControl ()
 
[C++] 
public: void RefreshTransparentControl ()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Copyright © 2003-2005 MultiMedia Soft 
Return to index