property Button.UseTransparency as Boolean
Specifies whether the control supports transparency.

 TypeDescription 
   Boolean A boolean expression that indicates whether the control supports transparency.  
By default, the UseTransparency property is False. The UseTransparency property specifies whether the control supports transparency. The transparent regions in the control's skin indicates the transparency of the button. If the button's skin contains no transparent regions, the UseTransparency property has no effect. Change the UseTransparancy property only if the skin contains transparent regions. Use the Skin method to assign a skin to the button's face. Use the BackColor property to change the control's background color, if the UseTransparency property is False.

The following screen shot displays the button, when the UseTransparency property is True:

The following screen shot displays the button, when the UseTransparency property is False ( check the white corners of the button ):

The following template assigns the skin to the normal state, and the skinto the pushed state.

 

 


Send comments on this topic.
© 1999-2009 Exontrol Inc, Software. All rights reserved.