Classes

  ClassDescription
GradientFill
Gradient fill class.
IndexEventArgs
Contains event data for event e.g. [!:SelectedItemChanging].
InkColor
Specifies colors for gradient fill.
ItemChangedEventArgs
Contains arguments for [!:RowItem.OnChanged] method.
RoundComboBox
ComboBox is a GUI control which can be used to pick an item from a list. Its advantage is that it occupies less space on the form than a ListView-like control. ComboBox normally displays only one item from the list - the one that is currently selected. If the user wishes to change the selected item, ComboBox expands itself and shows all the items giving the user an opportunity to select another item. As soon as the new item is selected, ComboBox collapses into its original dimensions.
RowItemClickedEventArgs
RowItemClickedEventArgs class contains the arguments of RowItemClickedEventHandler delegate.
SelectedIndexChangedEventArgs
SelectedIndexChangedEventArgs class contains the arguments of SelectedIndexChangedEventHandler delegate.
WinCESettings
Contains static properties to turn on/off special functionalities for Windows CE devices. Some WinCE devices are missing some libraries to draw gradient, transparent images (PNG files) etc. and developers can switch between ways of drawing by using this class.

Interfaces

  InterfaceDescription
IVScrollBar

Delegates

  DelegateDescription
RoundComboBox..::.SelectedItemChangingHandler
Selected item changing handler.
RowItemClickedEventHandler
ComboBox uses this event to inform event handler.
SelectedIndexChangedEventHandler
ComboBox uses this event to inform event handler.

Enumerations

  EnumerationDescription
GradientFill..::.FillDirection
The direction to the GradientFill will follow
ItemChangeType
Represents the types of changes which took place in a RowItem.
RowItemType
Represents the supported types of row items.
SelectionType
Specifies the selection type.