Win7 Pack for WinForms

global theme for winfrom

  •  Happylove said 1 year ago:

    hi ,I want to apply theme for application in winform except the office visualstyle
    can you give me some tips or samples ? thanks .

  •  C1_AndreyD23p said 1 year ago:

    Hi,

    ComponentOne WinForms controls support a few predefined color themes, such as the Office 2007 and Office 2010 visual styles. Some controls, such as C1Schedule, support a few more color themes including the custom theme. However, in general, you can’t select the application theme beyond the available values of the VisualStyle property, such as C1RibbonForm.VisualStyle.

    Regards,

    -Andrey

  •  Happylove said 1 year ago:

    Hi andrey.
    I will loop all controls to set its visualStyle property If I want to change visualStyle of all controls ?

  •  C1_AndreyD23p said 1 year ago:

    It’s enough to set the VisualStyle property for the parent control, such as C1RibbonForm or C1SplitContainer. The VisualStyle property of all the child controls will be updated automatically
    (it may not work for some C1Command controls if this issue is not fixed yet).

    Regards,

    -Andrey

    Answer
  •  Happylove said 1 year ago:

    Hi Andrey.
    It is resolved !Thank you very much.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.