KryptonPage(String, Image, String) Constructor |
Initialize a new instance of the KryptonPage class.
Namespace: Internal.ComponentFactory.Krypton.NavigatorAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KryptonPage(
string text,
Image imageSmall,
string uniqueName
)
Parameters
- text String
- Initial text.
- imageSmall Image
- Initial small image.
- uniqueName String
- Initial unique name.
See Also