Difference between revisions of "DesktopTabPanel.FontName"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{PropertyBox | |
+ | | name=FontName | ||
+ | | ownertype=class | ||
+ | | owner=[[DesktopTabPanel]] | ||
+ | | scope=public | ||
+ | | type=[[String]] | ||
+ | | platform=all | ||
+ | | newinversion=2021r3 | ||
+ | }} | ||
+ | {{Description | ||
+ | |text = Name of the font used to display the tab captions. }} | ||
+ | |||
+ | [[Category:API 2.0]] |
Latest revision as of 20:21, 23 July 2021
Property (As String )
aDesktopTabPanel.FontName = newStringValue
or
StringValue = aDesktopTabPanel.FontName
New in 2021r3
Supported for all project types and targets.
or
StringValue = aDesktopTabPanel.FontName
New in 2021r3
Supported for all project types and targets.
Name of the font used to display the tab captions.