예제 #1
0
 void commandBarBtn_Click(Office.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     Ctrl.Dispose();
 }
예제 #2
0
 private void commandBarBtn_Click(Office.CommandBarButton Ctrl, ref bool CancelDefault)
 {
     textBoxEvents.BeginInvoke(_updateDelegate, new object[] { "Click called." });
     Ctrl.Dispose();
 }