AppComponentTitle Enumeration

Flags for the parts of the application component title which are included when the title is being formatted.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
[FlagsAttribute]
public enum AppComponentTitle

Members

None0 No flags.
Name1 Base name of the component is included.
Edition2 Program edition is included.
ShortTitle3 Standard flags for short component title.
Version4Version is included.
ShortTitleAndVersion7 Standard flags for short component title and version.
Platform8 Platform name which is determined from Platform and IsWebApplication properties is included.
Bitness16 Bitness (32-bit or 64-bit) is included.
Portability32 If IsPortableVersion is true then a word Portable is included.
FullTitle63 Standard flags for full component title.

See Also