Classes

  Class Description
Public class C1AdvancedColorPickerPart
Control that allows the user to create a personalized color by changing the different components of the HSL or RGB representation of the color.
Public class C1BasicColorPickerPart
Control that shows a range of predefined colors from a specified palette.
Public class C1ColorSlider
Slider used to chose the hue of a color.
Public class C1PropertyGrid
The C1PropertyGrid Provides a user interface for browsing the properties of an object.
Public class ChangingPropertyBoxEventArgs
Provides data for the ChangingPropertyBoxEventArgs event.
Public class ColorPalette
Class that defines named groups of colors.
Public class ColorPaletteEntry
Class that contains information about the color, its name and description.
Public class DisplayAttribute
Specifies display properties such as description and name for a property shown in a C1PropertyGrid.
Public class DisplayFormatAttribute
Specifies how data fields are displayed and formatted.
Public class EditorAttribute
Specifies the editor to use for a property displayed in a C1PropertyGrid.
Public class MaximumValueAttribute
Specifies the maximum allowed value for a property displayed in a C1PropertyGrid.
Public class MemberAttribute
Used to provide configuration information for the C1PropertyGrid.
Public class MethodAttribute
Used to provide configuration information for the C1PropertyGrid.
Public class MethodBox
The control used by the C1PropertyGrid to display the SelectedObject's methods.
Public class MinimumValueAttribute
Specifies the minimum allowed value for a property displayed in a C1PropertyGrid.
Public class PropertyAttribute
Used to provide configuration information for the C1PropertyGrid.
Public class PropertyBindingAttribute
Specifies the binding to use for a property bound to an editor in a C1PropertyGrid.
Public class PropertyBox
The control used by the C1PropertyGrid to display the SelectedObject's properties.
Public class PropertyBoxChangedEventArgs
Provides data for the PropertyBoxChanged event.

Delegates

  Delegate Description
Public delegate CategoryContainerChangedEventHandler
Represents the method that will handle the CategoryContainerChanged event.
Public delegate ChangingPropertyBoxEventHandler
Represents the method that will handle the ChangingPropertyBox event.
Public delegate PropertyBoxChangedEventHandler
Represents the method that will handle the PropertyBoxChanged event.

Enumerations

  Enumeration Description
Public enumeration PropertySort
Specifies how properties are sorted in the C1PropertyGrid.