ComponentFactory.Krypton.Toolkit.KryptonDesignerActionItem.Invoke C# (CSharp) Method

Invoke() public method

Programmatically executes the method associated with the item.
public Invoke ( ) : void
return void
        public override void Invoke()
        {
            _verb.Invoke();
        }
KryptonDesignerActionItem