Ejemplo n.º 1
0
 void IOleComponent.OnEnterState(uint uStateID, int fEnter)
 {
     if (uStateID == (uint)_OLECSTATE.olecstateModal)
     {
         CommandMapper.SetModal(fEnter != 0);
     }
 }