Click or drag to resize

MapKryptonPageText Enumeration

Specifies the mapping from KryptonPage text property.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[TypeConverterAttribute(typeof(MapKryptonPageTextConverter))]
public enum MapKryptonPageText
Members
  Member nameValueDescription
None0 Specifies no mapping take place.
Text1 Specifies use of the KryptonPage.Text property.
TextTitle2 Specifies using the text property in preference in the title property.
TextTitleDescription3 Specifies use of the text/title and description properties in that order of preference.
TextDescription4 Specifies using the text property in preference in the description property.
Title5 Specifies use of the KryptonPage.TextTitle property.
TitleText6 Specifies using the title property in preference in the text property.
TitleDescription7 Specifies using the title property in preference in the description property.
Description8 Specifies use of the KryptonPage.TextDescription property.
DescriptionText9 Specifies using the description property in preference in the text property.
DescriptionTitle10 Specifies using the description property in preference in the title property.
DescriptionTitleText11 Specifies use of the description/title and text properties in that order of preference.
ToolTipTitle12 Specifies use of the KryptonPage.ToolTipTitle property.
ToolTipBody13 Specifies use of the KryptonPage.ToolTipBody property.
See Also