Version

Search Results

Recurring Appointments

Recurring Appointments The Ultimate UI for Windows Forms 2004 Volume 2 release of WinSchedule™ includes support for Recurring Appointments. The existing Appointment object has been modified to support the concept of recurrence, where an appointment is made to occur cyclically, based on a pattern that is dictated b...

WinSchedule Resource Strings Reference

WinSchedule Resource Strings Reference You can quickly and easily modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc. The following table lists the names of the resource strings that are used...

Scroll the Current Day into View

Scroll the Current Day into View This topic applies to the following WinSchedule™ controls: WinMonthViewSingle™ WinWeekView™ The following code demonstrates how to scroll a day into view for the WinMonthViewSingle and WinWeekView elements utilizing the ScrollDayIntoView method. In Visual Basic: In C#:

Scrollable AllDayEvent Area

Scrollable AllDayEvent Area Topic Overview Purpose This topic provides users with the ability to scroll the UltraDayView control’s AllDayEvent area allowing for the simultaneous display of all-day events without limitation. Required background The following topic is a prerequisite to understanding this topic: Topi...

Set Appearances for Alternate Months

Set Appearances for Alternate Months This topic applies to the following WinSchedule™ controls: WinMonthViewMulti™ WinCalendarCombo™ The WinMonthViewMulti and WinCalendarCombo elements can utilize a different appearance for alternate months. The following code demonstrates how to set an appearance property in the ...

Setting Date specific non-contiguous working hours for different Owners

Setting Date specific non-contiguous working hours for different Owners The WinSchedule DateSettings feature provides a way to define the working/non-working hours for a particular date. Also multiple non-contiguous time ranges can be assigned as working or non-working hours for each owner. In addition, the appear...

Share Data, Selection, and Appearances

Share Data, Selection, and Appearances This topic’s content applies to all the WinSchedule™ controls and components. The WinSchedule consists of: WinCalendarCombo™ WinCalendarInfo™ WinCalendarLook™ WinDayView™ WinMonthViewMulti™ WinMonthViewSingle™ WinSchedulePrintDocument™ WinWeekView™ These controls and componen...

Understanding WinSchedule Controls and Components

Understanding WinSchedule Controls and Components This is a great place for you to start learning about the WinSchedule™ controls and components, and their key features and functionalities. About WinSchedule Controls and Components — Introduces you to the WinSchedule controls and components, and describes their ke...

Use AppointmentAction to Run an External Application

Use AppointmentAction to Run an External Application This topic’s content applies to all WinSchedule™ views. The following code demonstrates how to use the AppointmentAction of an Appointment to run an external application. In Visual Basic: In C#:

Use PerformAction to Navigate to the Next Day

Use PerformAction to Navigate to the Next Day This topic’s content applies to the following WinSchedule™ controls: WinWeekView™ WinMonthViewSingle™ The following example uses the PerformAction method to navigate to the next day without selecting it. This is accomplished by setting the last parameter, control, to T...