'宣言 Public Class TimeSlotDescriptorUIElement Inherits Infragistics.Win.UIElement Implements Infragistics.Win.UIAutomation.IProvideUIAutomation
public class TimeSlotDescriptorUIElement : Infragistics.Win.UIElement, Infragistics.Win.UIAutomation.IProvideUIAutomation
この要素は TimeSlotDescriptorAreaUIElement 内に表示されます。表示されている 1 時間分のタイム スロットごとに、これらの要素がひとつ作成されます。
したがって、たとえば Infragistics.Win.UltraWinSchedule.UltraDayView.TimeSlotInterval が 15 分に設定されている場合は、4 つのタイムスロットごとに 1 つの TimeSlotDescriptorUIElement が作成されます。
この要素は以下の要素を直接含みます: HourUIElement、 MinuteUIElement。