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