AppComponentTitle Enumeration
Flags for the parts of the application component title which are included when the title is being formatted.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
[FlagsAttribute]
public enum AppComponentTitle
<FlagsAttribute>
Public Enumeration AppComponentTitle
[FlagsAttribute]
public enum class AppComponentTitle
[<FlagsAttribute>]
type AppComponentTitle
None | 0 |
No flags.
|
Name | 1 |
Base name of the component is included.
|
Edition | 2 |
Program edition is included.
|
ShortTitle | 3 |
Standard flags for short component title.
|
Version | 4 | Version is included.
|
ShortTitleAndVersion | 7 |
Standard flags for short component title and version.
|
Platform | 8 |
Platform name which is determined from Platform and IsWebApplication properties is included.
|
Bitness | 16 |
Bitness (32-bit or 64-bit) is included.
|
Portability | 32 |
If IsPortableVersion is true then a word Portable is included.
|
FullTitle | 63 |
Standard flags for full component title.
|