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
180
UltraTabControl MouseOver styling
posted

I am trying to use the AppStylist for a WinForms app but can't find the setting for the Hover event for the Tab.  Can this be done in the AppStylist, or do I have to set it in code?

  • 53790
    posted

    Hi,

    The desire behavior can be achieved using the properties:

    -          ultraTabControl1.UseHotTracking = Infragistics.Win.DefaultableBoolean.True;

    -          ultraTabControl1.SelectedTabAppearance

    -          ultraTabControl1.HotTrackAppearance

     

    The same appearance could be achieved also by using the AppStylist. Please follow the steps below if you want to use AppStylist:

    1.       Run your AppStylist

    2.       Select “Tabs” from right window

    3.       Hover the mouse over TabControl, tab caption area – for example over the text “tab 1”

    4.       Press key “C”

    5.       Take a look at the Property window and set property “UseHotTracking = True”

    6.       Repeat again the steps 3 and 4, then press key “1”

    7.       Take a look again in the property window. There are different properties depending of the Tab`s state. You could set properties “HotTracked” and “HotTrackSeleced”

     

    Please if you have any questions, do not hesitate to ask me

    Regards