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 [TypeConverterAttribute(typeof(MapKryptonPageTextConverter))]
public enum MapKryptonPageText
Members
| Member name | Value | Description |
---|
| None | 0 |
Specifies no mapping take place.
|
| Text | 1 |
Specifies use of the KryptonPage.Text property.
|
| TextTitle | 2 |
Specifies using the text property in preference in the title property.
|
| TextTitleDescription | 3 |
Specifies use of the text/title and description properties in that order of preference.
|
| TextDescription | 4 |
Specifies using the text property in preference in the description property.
|
| Title | 5 |
Specifies use of the KryptonPage.TextTitle property.
|
| TitleText | 6 |
Specifies using the title property in preference in the text property.
|
| TitleDescription | 7 |
Specifies using the title property in preference in the description property.
|
| Description | 8 |
Specifies use of the KryptonPage.TextDescription property.
|
| DescriptionText | 9 |
Specifies using the description property in preference in the text property.
|
| DescriptionTitle | 10 |
Specifies using the description property in preference in the title property.
|
| DescriptionTitleText | 11 |
Specifies use of the description/title and text properties in that order of preference.
|
| ToolTipTitle | 12 |
Specifies use of the KryptonPage.ToolTipTitle property.
|
| ToolTipBody | 13 |
Specifies use of the KryptonPage.ToolTipBody property.
|
See Also