| | Class | Description |
 | AccessibleObjectWrapper |
Represents an object that will expose information via accessibility.
|
 | AccessibleObjectWrapper.UltraAccessibleObject |
A synchronized child accessible object
|
 | AdjustableUIElement |
Abstract base class derived by classes that want to support
letting the user resize or move the element via the mouse
|
 | Appearance |
A class that contains a set of properties related to the visual appearance
of an object.
|
 | Appearance.AppearanceCursorConverter | Custom System.Windows.Forms.CursorConverter class |
 | Appearance.AppearanceImageTypeConverter |
Appearance Image property type converter.
|
 | Appearance.AppearanceTypeConverter |
Appearance object type converter.
|
 | AppearanceBase |
An abstract base class that is used to expose apperance related properties.
|
 | AppearanceEnumerator |
Enumerator for the AppearanceCollection
|
 | AppearanceHolder |
AppearanceHolder is used internally by a class that will expose
one or more Appearance properties and an Appearances collection.
During serialization the AppearanceHolder will serialize either
the Appearance object or, if the Appearance is a member of the
collection, its key or id. This is because the Appearance object
will get serialized as part of the collection.
|
 | AppearancesCollection |
A collection of Appearance objects.
|
 | AppearancesManager |
Class for managing multiple appearance properties.
|
 | BeforeExitEditModeEventArgs |
Event parameters used for when an event is raised by an embeddable element.
|
 | BindableValueList |
Represents a ValueList with support for databinding.
|
 | ButtonUIElement |
Element that behaves like a command button.
|
 | ButtonUIElementBase |
Abstract base class for button elements.
|
 | ButtonUIElementBase.ButtonElementAccessibleObject |
Accessible object that represents a button element.
|
 | ButtonWithTextUIElementBase |
Abstract base class for button elements that can have
text (e.g. command buttons, checkboxs and option buttons.
|
 | CheckBoxImageGlyphInfo |
The CheckBoxGlyphInfo object handles the drawing of CheckBox glyphs in various states
|
 | CheckBoxUIElement |
Element that behaves like a check box control.
|
 | CheckBoxWithImageUIElement |
Summary description for CheckBoxUIElementWithImage.
|
 | CheckEditor |
Embeddable CheckBox Editor class.
|
 | CheckEditorCheckBoxUIElement |
CheckEditorCheckBoxUIElement, derived from CheckBoxWithImageUIElement
provides customized UI functionality for the CheckEditor class.
|
 | CheckEditorImageAndTextButtonUIElement |
CheckEditorImageAndTextButtonUIElement, provides statebutton functionality for CheckEditor.
|
 | CheckedValueListItemsCollection | Collection class for ValueListItems whose
CheckState property returns 'Checked'. |
 | CheckIndicatorUIElement |
The element that renders itself a the check indicator in a checkbox
|
 | ColorBoxUIElement |
ColorBoxUIElement, provides color 'box' area in ColorPicker editor.
|
 | ColorListBox |
ColorListBox, emulates the visual studio color listbox designer.
|
 | ColorPickerEditor |
ColorPickerEditor facilitates the choosing of colors.
|
 | ComplementCondition | A class implementing ICondition that evaluates a value based on the opposite of another condition. |
 | ComplementCondition.ComplementConditionTypeConverter |
Type converter for ComplementCondition.
|
 | ConditionGroup | A class implementing ICondition that can contain multiple instances of ICondition. |
 | ConditionGroup.ConditionGroupTypeConverter |
Type converter for ConditionGroup.
|
 | ConditionValueAppearance |
A class that allows for maintaining a group of condition/appearance mappings.
|
 | ConditionValueAppearance.ConditionValueAppearanceTypeConverter |
ConditionValueAppearance type converter.
|
 | ContainedInListCondition | A class implementing ICondition which provides a way to determine whether a value
matches the data value or display text of an item in a list. |
 | ContainedInListCondition.ContainedInListConditionTypeConverter |
Type converter for ContainedInListCondition.
|
 | ControlContainerEditor |
An embeddable editor class which can contain other controls to allow any control to be used in a grid cell or other editor host.
|
 | ControlUIElementBase |
An abstract class representing the main element of a control.
|
 | CustomColor |
Custom Color is a serializable color item.
|
 | CustomColorBox |
This control simulates the functionality of the Office 2000/XP color chooser.
|
 | CustomColorBoxAutomaticTrackingButtonUIElement |
CustomColorBoxAutomaticTrackingButtonUIElement. A color box that highlights/draws border around
itself when the mouse is over it.
|
 | CustomColorBoxChildElement |
Base class for a button element displayed in a custom colorbox control.
|
 | CustomColorBoxHotTrackingButtonUIElement |
Summary description for CustomColorBoxHotTrackingButtonUIElement.
|
 | CustomColorBoxSpecialButtonUIElement | Button element for a CustomColorBox that displays a color box and some associated text. |
 | CustomColorBoxUIElement |
Summary description for UltraCustomColorChooserUIElement.
|
 | CustomToggleButton |
Summary Description for Custom toggle button
|
 | DataBindingUtils |
Internal.
|
 | DataFilterException | Custom exception thrown if user code in IEditorDataFilter.Convert throws an exception. |
 | DateTimeEditor |
DateTimeEditor class implementation
|
 | DateTimeEditorDropDownButtonUIElement |
The UIElement used to represent the DateTimeEditor's dropdown button
|
 | DateTimeEditorUIElement |
DateTimeEditorUIElement class
|
 | DependentImageAndTextButtonUIElement | An ImageAndTextUIElement that gets the information required to render from an object that implements the IUIElementImageAndTextProvider interface |
 | DependentImageUIElement |
An image UIElement that gets the image related information
from an object that implements the IUIElementImageProvider
interface.
|
 | DependentTextUIElement |
A text UIElement that gets the text related information
from an object that implements the IUIElementTextProvider
interface.
|
 | DesktopAlertWindowForm |
Top-level form used to host instances of the window displayed
by the UltraDesktopAlert component.
|
 | DesktopAlertWindowFormBase |
Top-level form used to host instances of the window displayed
by the UltraDesktopAlert component.
|
 | DragDropIndicatorManager |
Class for managing the display of drag drop indicators
|
 | DragDropIndicatorSettings |
This class encapsulates all the customization information related to the drop indicators
|
 | DragIndicatorControl |
Control used to display an element that is being dragged
|
 | DrawCache |
The DrawCache class is used during a drawing operation to cache pens and brushes. It also provides alpha blending staging and consolidation.
|
 | DrawUtility |
Contains some static utility drawing methods
|
 | DrawValueListItemEventArgs |
DrawValueListItemEventArgs
|
 | DropDownButtonUIElement |
A drop down button UI element
|
 | DropDownManager |
The DropDownManager class exposes static properties, methods and events for creating a dropdown window and closing it up when the user clicks outside of the owning control.
|
 | DropDownManager.ActivationChangedEventArgs |
Event parameters used for the ActivationChanged event
|
 | DropDownManager.AutoCloseUpInfo |
Used to determine if the mouse message that caused a close up should be
|
 | DropDownManager.DropDownForm |
A form used as a parent for controls that will be dropped down.
|
 | DropDownManager.DropDownFormBase |
A form used as a parent for controls that will be dropped down.
|
 | DropDownResizeHandleUIElement | Provides a grab handle UI element that interacts with a form implementing DropDownManager.DropDownFormBase
to provide resize functionality; this class should only be instantiated as a child element of this form. |
 | DropIndicatorControl |
Control used to display a drop point indication.
|
 | EditorCheckedListSettings | Exposes properties which control the behavior of the checkboxes displayed in the
dropdown list used by the EditorWithCombo embeddable editor. |
 | EditorCheckedListSettings.CheckStateChangedEventArgs | Contains information about the ICheckedItemList.CheckStateChanged event. |
 | EditorDataFilterConvertArgs |
Method arguments for data filter Convert() method.
|
 | EditorWithCombo | EmbeddableEditorBase-derived editor which provides the functionality of a ComboBox. |
 | EditorWithCombo.AutoCompleteInfo |
This class supports the Infragistics framework and is not intended to be used externally.
|
 | EditorWithComboDropDownButtonUIElement |
The UIElement used to represent the EditorWithCombo's dropdown button
|
 | EditorWithComboUIElement | EmbeddableEditorUIElement for the EditorWithCombo class |
 | EditorWithMask |
MaskedEdit class
|
 | EditorWithMaskEmbeddableUIElement |
EmbeddableUIElementBase implementation for EditorWithMask editor.
|
 | EditorWithText |
EditorWithText class implementation
|
 | EditorWithTextAndDropDownBase |
A generic Text Editor with a non-list dropdown
portion. Allows the user to drop down any Control based class.
|
 | EditorWithTextAndDropDownUIElementBase |
EditorWithTextUIElement class
|
 | EditorWithTextBaseDropDownButtonUIElement | |
 | EditorWithTextDisplayTextUIElement |
EditorWithTextDisplayTextUIElement class
|
 | EditorWithTextOverflowIndicatorUIElement | Displays an overflow indicator in the EditorWithText when appropriate. |
 | EditorWithTextUIElement |
EditorWithTextUIElement class
|
 | EmbeddableCheckUIElement |
EmbeddableCheckUIElement, an embeddable check user interface element.
Can be embedded in any UI that supports embeddable elements.
|
 | EmbeddableClickEventArgs |
Event parameters used for when an event is raised by an embeddable element.
|
 | EmbeddableColorPickerUIElement | The class used to provide an embeddable element for the ColorPickerEditor. |
 | EmbeddableEditorBase |
An abstract base class for embeddable editors.
|
 | EmbeddableEditorBase.EmbeddableEditorAccessibleObject |
Base class for the accessible object that will represent an editor
for a specific instance of an owner's object.
|
 | EmbeddableEditorBase.EmbeddableEditorAccessibleObject.EditorChildAccessibleObject |
Base accessible object for children of an embeddable editor.
|
 | EmbeddableEditorBase.EmbeddableEditorComponentConverter | Type converter used to determine which components should appear in the type editor for an EditorComponent property. |
 | EmbeddableEditorBase.EmbeddableEditorControlConverter | Type converter used to determine which controls should appear in the type editor for an EditorControl property. |
 | EmbeddableEditorOwnerBase |
Implemented by an object that can embed an EmbeddableEditor to render a value.
|
 | EmbeddableImageRenderer |
Summary description for EmbeddableImageRenderer.
|
 | EmbeddableImageRendererUIElement |
Embeddable ui element for the EmbeddableImageRenderer.
|
 | EmbeddableMouseDownEventArgs |
Event parameters used for when an event is raised by an embeddable element.
|
 | EmbeddableMouseEventArgs |
Event parameters used for when an event is raised by an embeddable element.
|
 | EmbeddableTextBox |
Summary description for EmbeddableTextBox.
|
 | EmbeddableTextBoxWithUIPermissions |
Derives from EmbeddableTextBox. The only difference between the two is that
this class overrides PreProcessMessage to prevent beeping when the TAB, ENTER or ESCAPE
keys are pressed.
If the user has appropriate UI permissions, this class should be used
rather than the EmbeddableTextBox class
|
 | EmbeddableUIElementBase |
An abstract base class used by objects that implement EmbeddableEditor to embed an element to render a value.
|
 | ExpansionIndicatorUIElement |
ExpansionIndicatorUIElement.
|
 | FindElementEvaluator |
Class used to define how to find an element
|
 | FontData |
The FontData class is used to hold font properties
(e.g. Bold, Italic, Name etc.) on appearances. It allows the
overriding of individual properties. For example, if a control's
base font was set to "MS San Serif" 8.5pt. An appearance
could override the Bold property to true and get a bold
font without having to specify the name and size since that
would be picked up from the base font.
|
 | FontNameEditor |
FontNameEditor class implementation
|
 | FormatProviderEditor |
class to show dialog for nodes collection property
|
 | FormatProviderPropertyEditor |
FormatProviderPropertyEditor - TypeEditor for properties of type IFormatInfo
|
 | FormatProviderTypeConverter |
TypeConverter for IFormatProvider
|
 | FormulaCondition | A class implementing ICondition providing a means of comparison through a formula. |
 | FormulaCondition.FormulaConditionTypeConverter |
Type converter for FormulaCondition.
|
 | GlyphInfoBase |
Base class that handles the drawing of CheckBox and / or Radio button glyphs in various states.
|
 | GlyphInfoBase.GlyphInfoTypeConverter |
GlyphInfo type converter.
|
 | HeaderUIElementBase |
HeaderUIElementBase
|
 | IConditionTypeConverter | TypeConverter-derived class which provides support for converting
objects that implement the ICondition interface. |
 | IGEmptyContextMenuStrip |
ContextMenuStrip class used internally to prevent the .NET Framework from displaying the ContextMenu/ContextMenuStrip
of parent controls. Singleton pattern used.
|
 | IGEmptyContextMenuStrip.ReadOnlyToolStripItemCollection |
A custom ReadOnlyToolStripItemCollection which always contains zero items.
|
 | IGPanel |
Base class derived from System.Windows.Forms.Panel that supports
AutoScroll without scrolling the background.
|
 | ImageAndFormattedTextUIElement |
UIElement for displaying both an image and formatted text.
|
 | ImageAndFormattedTextUIElement.ImageAndFormattedTextDependentImageUIElement | An image uielement for use by an ImageAndFormattedTextUIElement |
 | ImageAndFormattedTextUIElement.ImageAndFormattedTextDependentTextUIElement | A text uielement for use by an ImageAndFormattedTextUIElement |
 | ImageAndFormattedTextUIElementEx |
UIElement for displaying image and formatted text.
|
 | ImageAndTextButtonExUIElement |
Button uielement representing a button with image and text.
|
 | ImageAndTextButtonUIElement |
A button element that displays text and an image.
|
 | ImageAndTextButtonUIElementBase |
ImageAndTextButtonUIElementBase
|
 | ImageAndTextUIElement |
UIElement for displaying both an image and text.
|
 | ImageAndTextUIElement.ImageAndTextDependentImageUIElement | An image uielement for use by an ImageAndTextUIElement |
 | ImageAndTextUIElement.ImageAndTextDependentTextUIElement | A text uielement for use by an ImageAndTextUIElement |
 | ImageAndTextUIElementEx |
UIElement for displaying image and text.
|
 | ImageBackgroundStretchMargins | Class that defines margins for drawing an Appearance.ImageBackground when the Appearance.ImageBackgroundStyle is set to Stretched. |
 | ImageBackgroundStretchMargins.ImageBackgroundStretchMarginsConverter |
ImageBackgroundStretchMarginsConverter
|
 | ImageBackgroundStretchMarginsPreviewForm |
Summary description for ImageBackgroundStretchMarginsPreviewForm.
|
 | ImageBackgroundStretchMarginsTypeEditor |
Shows the ImageBackground Stretch Margins editor.
|
 | ImageBackgroundStretchMarginsTypeEditorForm |
Summary description for ImageBackgroundStretchMarginsTypeEditor.
|
 | ImageCaptureDialog | Dialog used to select an area of the screen to capture in a Bitmap |
 | ImageGlyphInfo |
Base class that handles the drawing of CheckBox and / or Radio button glyphs in various states.
|
 | ImageManager |
Helper class for dealing with images.
|
 | ImagePreview |
ImagePreview control
|
 | ImageRegion |
A disposable class for managing region information created from an image.
|
 | ImageUIElement |
An element that displays a foreground image.
|
 | ImageUIElementBase |
An abstract UIElement used to draw a foreground image.
|
 | ImageUIElementBase.ImageElementAccessibleObject |
Accessible object that represents a text element.
|
 | InitializeDataItemEventArgs |
Event argument class used when a databound item is created.
|
 | InkEditorPopupButtonUIElement |
Summary description for InkEditorPopupButtonUIElement.
|
 | InkProviderManager |
Summary description for InkProviderManager.
|
 | IValueListTypeConverter |
A type converter used for value lists.
|
 | KeyActionMappingBase |
abstract base class that maps a keystroke to an action
|
 | KeyActionMappingsBase |
An abtract collection class of KeyActionMappingBase objects.
|
 | LinkedAppearance |
An object that exposes the properties of an Appearance object.
|
 | LinkedAppearance.LinkedAppearanceTypeConverter |
Appearance object type converter.
|
 | ManagedContainerControlBase | Abstract base control class for container controls managed by an UltraComponentControlManagerBase component. |
 | ManagedControlBase | Abstract base control class for controls managed by an UltraComponentControlManagerBase component. |
 | Margins |
Store margin information.
|
 | Margins.MarginsTypeConverter |
MarginsTypeConverter
|
 | MaskTypeConverter |
Type converter for displaying standard masks.
|
 | MaskUITypeEditor |
UITypeEditor for MaskInput property.
|
 | MathUtilities |
Utility class containing static mathmatical helper functions
|
 | MeasureValueListItemEventArgs |
MeasureValueListItemEventArgs
|
 | MenuItemDefinition |
An abstract class for creating menu structure.
|
 | MicrosoftColorTable | Abstract base class for Office2003ColorTable and VisualStudio2005ColorTable |
 | MonthDropDown |
Constructor
|
 | MonthDropDownWithUIPermissions |
Constructor
|
 | NamedComponentManager |
For Interal Use Only
|
 | Office2003Colors | Class containing static color properties representing the colors used by the
Microsoft Office 2003 products. Office2003ColorTable.Colors
is the new way to retrieve the Office2003 color scheme. Office2003Colors is
maintained for backward compatability. |
 | Office2003ColorTable |
Class containing color properties representing the colors used by the Microsoft Office 2003 products.
|
 | Office2007ColorSchemeChangedNotifier |
Provides a way to hook the Office2007ColorTable.ColorSchemeChanged event
without triggering creation of an instance (which has some overhead).
|
 | Office2007ColorTable |
Class containing color properties representing the colors used by the Microsoft Office 2007 products.
|
 | Office2010ColorSchemeChangedNotifier |
Provides a way to hook the Office2010ColorTable.ColorSchemeChanged event
without triggering creation of an instance (which has some overhead).
|
 | Office2010ColorTable |
Class containing color properties representing the colors used by the Office 2010.
|
 | OperatorCondition | A class implementing ICondition providing several common comparison types. |
 | OperatorCondition.OperatorConditionTypeConverter |
Type converter for OperatorCondition.
|
 | OptionButtonIndicatorUIElement |
OptionButtonIndicatorUIElement
|
 | OptionButtonUIElement |
OptionButtonUIElement
|
 | OptionButtonWithImageUIElement |
OptionButtonWithImageUIElement, option button element that also supports an image.
|
 | OptionSetEditor |
Option Set Editor is an editor that binds to a value list. It renders selection by showing the selected item as checked
|
 | OptionSetEmbeddableUIElement |
Summary Description for OptionSetEmbeddableUIElement
|
 | OptionSetOptionButtonUIElement |
Summary Description for OptionSetOptionButtonUIElement
|
 | PopupInfo | Implemented by an object that provides popup information to an IPopupItemProvider |
 | PresetObjectWrapper | Object used to filter the properties of an object based on the ISupportPresets interface |
 | PresetSerializer | Class for serializing and deserializing the properties of an object implementing the ISupportPresets interface |
 | PropertyChangedEventArgs |
Event parameters used for the PropertyChanged event
|
 | PropertyNameUITypeEditor |
UITypeEditor which provides a list of common bindable property names for the given list of controls..
|
 | RadioButtonImageGlyphInfo |
The RadioButtonGlyphInfo object handles the drawing of Radiobutton glyphs in various states.
|
 | RangeCondition | A class implementing ICondition which provides a way to determine whether a value lies within a given range. |
 | RangeCondition.RangeConditionTypeConverter |
Type converter for RangeCondition.
|
 | Resources | Exposes a T:Infragistics.Shared.ResourceCustomizer instance for this assembly. |
 | ScenicRibbonColorTable |
Class containing color properties representing the colors used by the Scenic Ribbon.
|
 | ScrollbarIntersectionUIElement |
This element occupies the square area at the lower right corner
where a verticaal and horizontal scrollbar meet
|
 | ScrollButtonUIElement |
Element that behaves like a scrollbar button.
|
 | SelectionStrategyBase |
Abstract base class derived by a set of classes to handle
None, Single and Extended selection strategies.
|
 | SelectionStrategyContiguous |
Selection strategy that only allows contiguous selection and does not
allow unselecting an item by control-clicking on it.
|
 | SelectionStrategyExtended |
Strategy used for multiple selection of items.
at any time.
|
 | SelectionStrategyExtendedAutoDrag |
Strategy used when multiple items can be selected but pressing the left
button and dragging does not select other items but instead starts dragging
the selected item immediately. This is how Windows Explorer works.
|
 | SelectionStrategyNone |
Strategy used when selection is not supported
|
 | SelectionStrategySingle |
Strategy used when only a single item can be selected
at any time.
|
 | SelectionStrategySingleAutoDrag |
Strategy used when only a single item can be selected and pressing the left
button and dragging does not select other items but instead starts dragging
the selected item immediately.
|
 | ShadowManager |
ShadowManager places shadows around a top level form a specified rectangle.
|
 | SpinButtonUIElement |
SpinButtonUIElement
|
 | SpinScrollButtonUIElement |
Scroll buttons for the spin button uielement.
|
 | SplitterIntersectionUIElement |
An element at the intersection of a vertical and horizontal
slippter element
|
 | SplitterUIElement |
This is an abstract base call used for either vertical or
or horizontal splitter elements
|
 | StandardGlyphInfo |
Base class for glyph info objects that draw standard windows-style glyphs.
|
 | SubObjectBaseWithAppearanceManager |
Abstract class for a SubObjectBase with the abilty to manage multiple appearances.
|
 | SubObjectsDictionaryBase<TKey,TValue> | Abstract class which wraps a Dictionary whose values are derived from T:Infragistics.Shared.SubObjectBase. |
 | TabbedColorPicker |
Summary description for TabbedColorPicker.
|
 | TabHighlightUIElement |
UIElement representing the highlight area around a tab
|
 | TextOrientationInfo |
Immutable class which defines the rotation and flow direction of text.
|
 | TextProviderBase |
Abstract base class for text providers. Implements most methods
with default implementations
|
 | TextUIElement |
A text UIElement that exposes a text property.
|
 | TextUIElementBase |
An abstract base class for text uielements
|
 | TextUIElementBase.TextElementAccessibleObject |
Accessible object that represents a text element.
|
 | ThemedButton |
ThemedButton
|
 | ThemedComboBox |
ThemedComboBox
|
 | ThemedEdit |
ThemedEdit
|
 | ThemedExplorer |
ThemedExplorer
|
 | ThemedHeader |
ThemedHeader
|
 | ThemedListView |
ThemedListView
|
 | ThemedPage |
ThemedPage
|
 | ThemedProgress |
ThemedProgress
|
 | ThemedRebar |
ThemedRebar
|
 | ThemedScrollBar |
ThemedScrollBar
|
 | ThemedSpinButton |
ThemedSpinButton
|
 | ThemedStatusBar |
ThemedStatusBar
|
 | ThemedTab |
ThemedTab
|
 | ThemedToolbar |
ThemedToolbar
|
 | ThemedTrackBar |
A class for rendering themes for a TrackBar.
|
 | ThemedTreeView |
ThemedTreeView
|
 | ThemedWindow |
ThemedWindow
|
 | ThemeItemBase |
ThemeItemBase
|
 | TimeSpanEditor | EditorWithText derived embeddable editor which parses and formats TimeSpan values. |
 | TimeSpanEditorSpinButton | SpinEditorButton-derived
class used by the TimeSpanEditor embeddable editor. |
 | TimeSpanFormatInfo | Encapsulates the information used by the
TimeSpanEditor
to control parsing and formatting. |
 | TimeZoneEditor |
TimeZoneEditor class implementation
|
 | TimeZoneInfo |
Contains information about the associated time zone.
|
 | ToolTip |
A class used to display tool tips at a desired location
and with a specified delay
|
 | TrackBarEditor |
The editor used to provide TrackBar functionality.
|
 | TransitionSettings |
Provides information about the transition
|
 | TrueCondition | A class implementing ICondition that will always evaluate to a valid match. |
 | TrueCondition.TrueConditionTypeConverter |
Type converter for ComplementCondition.
|
 | UIElement |
Base class for all user interface elements.
|
 | UIElementAccessibleObject | Base accessible object for representing a UIElement |
 | UIElementAdjustedEventArgs |
Event parameters used for when an element's size or position
has been adjusted via the mouse.
|
 | UIElementEventArgs |
Event parameters used for any generic element event.
|
 | UIElementsCollection |
A collection of UIElements.
|
 | UIElementsCollection.UIElementEnumerator |
Inner class implements IEnumerator interface
|
 | UltraApplicationSettingsBase |
Base class for settings wrapper classes for Infragistics controls.
|
 | UltraComponentBase |
Base class for component classes.
|
 | UltraComponentControlManagerBase |
Abstract base component class for managing multiple controls.
|
 | UltraControlBase |
Abstract base class for controls that want to inherit from a Win
control and want to expose the MouseEnterElement/MouseLeaveElement
events as well as the UIElement draw/cursor/creation filters
|
 | UltraControlBase.UltraControlAccessibleObject |
Accessible object representing a control
|
 | UltraEditorProxyBase |
An abstract class for a control that will act as a proxy to an editor.
|
 | UltraEditorProxyOwnerBase |
A base class providing most logic between a proxy and the underlying editor's owner.
|
 | UltraEditorProxyUIElement |
The main UIElement for the UltraEditorProxyBase control.
|
 | UltraStylableComponent |
Abstract base class for a component that supports application styling.
|
 | UserPreferenceChangedTracker |
For internal Infragistics use only.
|
 | Utilities |
Utility class containing static helper functions
|
 | ValidateCheckStateEventArgs | Contains information about the editor's CheckEditor.ValidateCheckState event. |
 | ValidatorManager |
Provides support for the registration of UltraValidator components,
and for accessing registered UltraValidator components.
|
 | ValueConstraint |
Contains various constraints that can be applied to a data value.
|
 | ValueList | Contains a list of ValueListItems, which can used to populate dropdown lists.
Each ValueListItem exposes a ValueListItem.DataValue property, which corresponds to the underlying value, and a ValueListItem.DisplayText property, which corresponds to the string that is displayed to represent the item in the user interface.
Note: The ValueList class handles population of the dropdown list displayed by the EditorWithCombo embeddable editor. The items in the editor's dropdown are of type ValueListItem. |
 | ValueList.ValueListBindableAttribute |
This attribute is used to identify those classes that should be added to a ValueListEditor's drop down list.
|
 | ValueList.ValueListTypeConverter |
ValueList type converter.
|
 | ValueListChangedEventArgs | Class which contains information relating to the ValueList.ListChanged event. |
 | ValueListDropDownMRUSeparatorUIElement |
UIElement which represents the separator between the last MRU item
and the first member of the ValueListItems collection.
|
 | ValueListDropDownUIElement | ControlUIElementBase-derived element which represents
the ValueListDropDown control in the user interface. |
 | ValueListEditor |
UIEditor for properties of type IValueList. Displays a dropdown of objects that implement IValueList and are ValueListBindable.
|
 | ValueListEnumerator |
Enumerator for the ValueListCollection
|
 | ValueListItem |
ValueListItem type objects are stored in ValueList to represent
the itmes in the ValueList
|
 | ValueListItem.ValueListItemTypeConverter |
ValueListItem type converter.
|
 | ValueListItemCheckBoxUIElement | CheckBoxUIElement-derived class which handles the rendering of checkboxes for the ValueListItemUIElement. |
 | ValueListItemContainerUIElement | UIElement which contains ValueListItemUIElement instances. |
 | ValueListItemEnumerator |
Enumerator for the ValueListCollection
|
 | ValueListItemImageUIElement | ImageUIElement-derived class which handles the rendering of images for the ValueListItemUIElement. |
 | ValueListItemsCollection |
value list items collection class
|
 | ValueListItemUIElement | Represents the ValueListItem object in the user interface. |
 | ValueListsCollection |
Collection of ValueLists
|
 | ValueListTypeConverter | TypeConverter-derived class which provides support for a ValueList.
Used by the List property of the ContainedInListCondition class. |
 | ValuePropertyDescriptorBase |
Represents a pseudo property to deal with arrays of
primitive types.
|
 | VisualStudio2005ColorTable |
Class containing color properties representing the colors used by Visual Studio 2005.
|
 | VisualStudio2008ColorTable |
Class containing color properties representing the colors used by Visual Studio 2008.
|
 | VisualStudioBaseColorTable |
Class containing common colors shared between Visual Studio 2005 and Visual Studio 2008.
|
 | WeakList<T> | A strongly typed list class that manages items using WeakReferences so the items in this list
can be garbage collected. Items collected by garbage collector will be replaced
by null. The Compact method can be used to remove entries
from the list that have been garbage collected. |
 | WindowsVistaColorTable |
Class containing color properties representing the colors used by Microsoft Windows Vista.
|
 | XPThemes |
XPThemes
|