class Infragistics.Win.UltraWinSchedule.MonthViewSingle.KeyActionMapping
   inherits Infragistics.Win.KeyActionMappingBase
   implements System.IDisposable:

   def public property ActionCode as Infragistics.Win.UltraWinSchedule.MonthViewSingle.UltraMonthViewSingleAction
      get.
      set.

   def public property StateDisallowed as Infragistics.Win.UltraWinSchedule.MonthViewSingle.UltraMonthViewSingleState
      get.
      set.

   def public property StateRequired as Infragistics.Win.UltraWinSchedule.MonthViewSingle.UltraMonthViewSingleState
      get.
      set.

   constructor public KeyActionMapping(input keyCode as System.Windows.Forms.Keys, input actionCode as Infragistics.Win.UltraWinSchedule.MonthViewSingle.UltraMonthViewSingleAction, input stateDisallowed as Infragistics.Win.UltraWinSchedule.MonthViewSingle.UltraMonthViewSingleState, input stateRequired as Infragistics.Win.UltraWinSchedule.MonthViewSingle.UltraMonthViewSingleState, input specialKeysDisallowed as Infragistics.Win.SpecialKeys, input specialKeysRequired as Infragistics.Win.SpecialKeys):
   end constructor.

end class.
