Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
ToolBase Border color doesn't work
posted

Hi,

I try to put border around a buttonTools but nothing is drawn for normal state button.

Maybe i don't understand something.. and hope you can help me.

Infragistics.Win.UltraWinToolbars.ToolBase toolSupprime;

toolSupprime = ultraToolbarsManager1.Toolbars["UltraToolbar1"].Tools["Supprimer"];

//doesn't work          
toolSupprime.SharedProps.AppearancesSmall.Appearance.BorderColor = Color.Black; 

//works         
toolSupprime.SharedProps.AppearancesSmall.HotTrackAppearance.BorderColor = Color.Black;

 

 

 

 

Parents
No Data
Reply Children
No Data