KryptonRibbonRecentDocCollectionItem(String) Property |
Gets the item with the provided document name.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override KryptonRibbonRecentDoc this[
string name
] { get; }Parameters
- name String
- Name of the recent document instance.
Return Value
KryptonRibbonRecentDocItem at specified index.
See Also