Namespace: Consultingwerk.Studio.Desktop
Class 
DesktopForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Studio.Desktop.DesktopFormBase
Implements: Consultingwerk.Forms.IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasSecurityKey

File:DesktopForm
Purpose:Desktop form to launch various SmartComponent Library
tools
Description:Loads items from Consultingwerk/Studio/Desktop/items.xml
or a file name referenced using the -icfparam parameter
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun May 17 15:05:14 CEST 2015
Notes:DesktopForm is based on the UltraCarousel Control which
is available from OpenEdge 11.5 on only



Top Method Summary
Options Name Purpose
CreateCarouselItems () Creates the items in the UltraCarousel
DisplayCurrentItemText () Displays the text of the current item (slot 2) in the status bar
InitializeComponent ()
OnLoad (EventArgs) Raises the Load event
OnShown (EventArgs) Raises the Shown event
ultraCarousel1_AnimationCompleted (Object, AnimationCompletedEventArgs) Event handler for the AnimationCompleted event of the ultraCarousel1
ultraCarousel1_DoubleClick (Object, EventArgs) Event handler for the DoubleClick event of the ultraCarousel1
ultraCarousel1_ItemClick (Object, CarouselItemClickEventArgs) Event handler for the ItemClick event of the ultraCarousel1

Top Constructor Summary
Options Name Purpose
DesktopForm () Constructor for the DesktopForm class


Method Detail
Top

CreateCarouselItems ()

Purpose: Creates the items in the UltraCarousel
Notes:

Top

DisplayCurrentItemText ()

Purpose: Displays the text of the current item (slot 2) in the status bar
Notes:

Top

InitializeComponent ()


Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for the event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraCarousel1_AnimationCompleted (Object, AnimationCompletedEventArgs)

Purpose: Event handler for the AnimationCompleted event of the ultraCarousel1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinCarousel.AnimationCompletedEventArgs
The AnimationCompletedEventArgs with the data for this event
Top

ultraCarousel1_DoubleClick (Object, EventArgs)

Purpose: Event handler for the DoubleClick event of the ultraCarousel1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

ultraCarousel1_ItemClick (Object, CarouselItemClickEventArgs)

Purpose: Event handler for the ItemClick event of the ultraCarousel1
Notes:

Parameters:
sender System.Object
The reference to the object that raised the event
e Infragistics.Win.UltraWinCarousel.CarouselItemClickEventArgs
The CarouselItemClickEventArgs with the data for this event


Constructor Detail
Top

DesktopForm ()

Purpose: Constructor for the DesktopForm class
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:29:29