How to change font of form caption?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37950
    starwindz
    Participant

    I would like to change the font of form caption but I could not find any options or settings in SkinManager, SkinEditor and others.

    How can I do that?

    Thank you in advance.

    #58402
    Support
    Keymaster

    Hello!

    Two ways exists at the moment:

    1) Use the TsSkinProvider.AddedTitle property. Define the Text and Font properties there and change value of the ShowMainCaption property to False.

    2) Add new item in the TsTitleBar component. Change the Style property to 'bsInfo'. There may be changed a font (FontData property) and many other options for showing of the item.

    #58406
    starwindz
    Participant
    'Support' wrote:

    Hello!

    Two ways exists at the moment:

    1) Use the TsSkinProvider.AddedTitle property. Define the Text and Font properties there and change value of the ShowMainCaption property to False.

    2) Add new item in the TsTitleBar component. Change the Style property to 'bsInfo'. There may be changed a font (FontData property) and many other options for showing of the item.

    Great! It works! Thank you so much. :a3:

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.