ComponentFactory.Krypton.Toolkit.KryptonContextMenuItems.this C# (CSharp) Method

this() private method

private this ( int index ) : KryptonContextMenuItemBase
index int
return KryptonContextMenuItemBase
        public override KryptonContextMenuItemBase this[int index]
        {
            get { return Items[index]; }
        }