Previous Document Next Document
Fill.ApplyNoFill

Sub ApplyNoFill()

Member of Fill

The ApplyNoFill method removes the fill from an object, leaving it unfilled.

The following code example removes the fill from the currently selected objects:

Sub Test() 
 ActiveSelection.Fill.ApplyNoFill 
End Sub 

Previous Document Next Document Back to Top

Copyright 2007 Corel Corporation. All rights reserved.