Name | Description | |
---|---|---|
C1ComboBox Constructor | Initializes a new instance of a C1ComboBox. |
The following tables list the members exposed by C1ComboBox.
Name | Description | |
---|---|---|
C1ComboBox Constructor | Initializes a new instance of a C1ComboBox. |
Name | Description | |
---|---|---|
AutoCompleteProperty | Identifies the AutoComplete dependency property. | |
ButtonBackgroundProperty | Identifies the ButtonBackground dependency property. | |
ButtonForegroundProperty | Identifies the ButtonForeground dependency property. | |
CaretBrushProperty | Identifies the CaretBrush dependency property. | |
ConditionProperty | Identifies the Condition dependency property. | |
CornerRadiusProperty | Identifies the CornerRadius dependency property. | |
DefaultItemHeightProperty | Identifies the DefaultItemHeight dependency property. | |
DisabledCuesVisibilityProperty | Identifies the DisabledCuesVisibility dependency property. | |
DropDownDirectionProperty | Identifies the DropDownDirection dependency property. | |
DropDownHeightProperty | Identifies the DropDownHeight dependency property. | |
DropDownWidthProperty | Identifies the DropDownWidth dependency property. | |
FocusBrushProperty | Identifies the FocusBrush dependency property. | |
FocusCuesVisibilityProperty | Identifies the FocusCuesVisibility dependency property. | |
IsDropDownOpenProperty | Identifies the IsDropDownOpen dependency property. | |
IsEditableProperty | Identifies the IsEditable dependency property. | |
IsFocusedProperty | Identifies the IsFocused dependency property. | |
IsMouseOverProperty | Identifies the IsMouseOver dependency property. | |
ItemContainerStyleProperty | Identifies the ItemContainerStyle dependency property. | |
ItemConverterProperty | Identifies the ItemConverter dependency property. | |
ItemTemplateSelectorProperty | Identifies the ItemTemplateSelectorProperty dependency property. | |
MaxDropDownHeightProperty | Identifies the MaxDropDownHeight dependency property. | |
MaxDropDownItemsProperty | Identifies the MaxDropDownItems dependency property. | |
MaxDropDownWidthProperty | Identifies the MaxDropDownWidth dependency property. | |
MouseOverBrushProperty | Identifies the MouseOverBrush dependency property. | |
PressedBrushProperty | Identifies the PressedBrush dependency property. | |
ScrollBarStyleProperty | Identifies the ScrollBarStyle dependency property. | |
SelectedBackgroundProperty | Identifies the SelectedBackground dependency property. | |
SelectedIndexProperty | Identifies the SelectedIndex dependency property. | |
SelectedItemProperty | Identifies the SelectedItem dependency property. | |
SelectedValuePathProperty | Identifies the SelectedValuePath dependency property. | |
SelectedValueProperty | Identifies the SelectedValue dependency property. | |
SelectionBackgroundProperty | Identifies the SelectionBackground dependency property. | |
SelectionForegroundProperty | Identifies the SelectionForeground dependency property. | |
TextAlignmentProperty | Identifies the TextAlignment dependency property. | |
TextProperty | Identifies the Text dependency property. | |
ValidationDecoratorStyleProperty | Identifies the ValidationDecoratorStyle dependency property. | |
WatermarkProperty | Identifies the Watermark dependency property. |
Name | Description | |
---|---|---|
ActualHeight | (Inherited from System.Windows.FrameworkElement) | |
ActualWidth | (Inherited from System.Windows.FrameworkElement) | |
AllowDrop | (Inherited from System.Windows.UIElement) | |
AutoComplete | Gets or sets whether the control should try to automatically complete entries using the list items as an item source. | |
Background | (Inherited from System.Windows.Controls.Control) | |
BorderBrush | (Inherited from System.Windows.Controls.Control) | |
BorderThickness | (Inherited from System.Windows.Controls.Control) | |
ButtonBackground | Gets or sets the System.Windows.Media.Brush that will be assigned to the Background of the buttons inside the control. | |
ButtonForeground | Gets or sets the System.Windows.Media.Brush that will be assigned to the Foreground of the buttons inside the control. | |
CacheMode | (Inherited from System.Windows.UIElement) | |
CaretBrush | Gets or sets the System.Windows.Media.Brush of the blinking cursor of an input control. When .NET Framework is v3.5, 'CaretBrush' takes no effect. | |
CharacterSpacing | (Inherited from System.Windows.Controls.Control) | |
Clip | (Inherited from System.Windows.UIElement) | |
Condition | Gets or sets the filter condition of item source. | |
CornerRadius | Gets or sets a value that represents the degree to which the corners of the element are rounded. | |
Cursor | (Inherited from System.Windows.FrameworkElement) | |
DataContext | (Inherited from System.Windows.FrameworkElement) | |
DefaultItemHeight | Obsolete. Use ItemContainerStyle. | |
DesiredSize | (Inherited from System.Windows.UIElement) | |
DisabledCuesVisibility | Gets or sets a value indicating whether the disabled visuals of the control are visible. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
DisplayMemberPath | (Inherited from System.Windows.Controls.ItemsControl) | |
DropDownDirection | Specifies the expand direction of the C1ComboBox drop down. | |
DropDownHeight | Gets or sets the height of the dropdown (set to Double.NaN to size automatically). | |
DropDownWidth | Gets or sets the width of the drop-down box (set to Double.NaN to size automatically). | |
Effect | (Inherited from System.Windows.UIElement) | |
FlowDirection | (Inherited from System.Windows.FrameworkElement) | |
FocusBrush | Gets or sets the System.Windows.Media.Brush used to highlight the focused control. | |
FocusCuesVisibility | Gets or sets a value indicating whether the focus visuals of the control are visible. | |
FontFamily | (Inherited from System.Windows.Controls.Control) | |
FontSize | (Inherited from System.Windows.Controls.Control) | |
FontStretch | (Inherited from System.Windows.Controls.Control) | |
FontStyle | (Inherited from System.Windows.Controls.Control) | |
FontWeight | (Inherited from System.Windows.Controls.Control) | |
Foreground | (Inherited from System.Windows.Controls.Control) | |
Height | (Inherited from System.Windows.FrameworkElement) | |
HorizontalAlignment | (Inherited from System.Windows.FrameworkElement) | |
HorizontalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
IsDropDownOpen | Open or close the C1ComboBox popup. | |
IsEditable | Get/Set if the user can select a value not contained in the C1ComboBox' Items collection. | |
IsEnabled | (Inherited from System.Windows.Controls.Control) | |
IsFocused | Returns true if the control has the focus. | |
IsHitTestVisible | (Inherited from System.Windows.UIElement) | |
IsMouseOver | Returns true if the mouse is over the control. | |
IsTabStop | (Inherited from System.Windows.Controls.Control) | |
ItemContainerGenerator | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemContainerStyle | Gets or sets the style used for the inner C1ComboBox's items. | |
ItemConverter | Item converter used to convert the items to string and vice versa. | |
Items | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsPanel | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemsSource | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemTemplate | (Inherited from System.Windows.Controls.ItemsControl) | |
ItemTemplateSelector | Gets or sets the custom logic for choosing a template used to display each item. | |
Language | (Inherited from System.Windows.FrameworkElement) | |
Margin | (Inherited from System.Windows.FrameworkElement) | |
MaxDropDownHeight | Gets or sets maximum height constraint of the drop-down box. | |
MaxDropDownItems | Obsolete. Use MaxDropDownHeight. | |
MaxDropDownWidth | Gets or sets maximum width constraint of the drop-down box. | |
MaxHeight | (Inherited from System.Windows.FrameworkElement) | |
MaxWidth | (Inherited from System.Windows.FrameworkElement) | |
MinHeight | (Inherited from System.Windows.FrameworkElement) | |
MinWidth | (Inherited from System.Windows.FrameworkElement) | |
MouseOverBrush | Gets or sets the System.Windows.Media.Brush used to highlight the control when it has the mouse over. | |
Name | (Inherited from System.Windows.FrameworkElement) | |
Opacity | (Inherited from System.Windows.UIElement) | |
OpacityMask | (Inherited from System.Windows.UIElement) | |
Padding | (Inherited from System.Windows.Controls.Control) | |
Parent | (Inherited from System.Windows.FrameworkElement) | |
PressedBrush | Gets or sets the System.Windows.Media.Brush used to paint a button when it is pressed. | |
Projection | (Inherited from System.Windows.UIElement) | |
RenderSize | (Inherited from System.Windows.UIElement) | |
RenderTransform | (Inherited from System.Windows.UIElement) | |
RenderTransformOrigin | (Inherited from System.Windows.UIElement) | |
Resources | (Inherited from System.Windows.FrameworkElement) | |
ScrollBarStyle | Gets or sets the style used for the inner scrollbar. | |
SelectedBackground | Gets or sets the System.Windows.Media.Brush used to highlight the control when it is selected. | |
SelectedIndex | Gets or sets the current selected index or returns -1 if there is no selection, or the selection doesn't belong to the Items collection. | |
SelectedItem | Gets or sets the current selected item or returns null if there is no selection. | |
SelectedValue | Gets or sets the value of the SelectedItem, obtained by using SelectedValuePath. | |
SelectedValuePath | Gets or sets the path that is used to get the SelectedValue from the SelectedItem. | |
SelectionBackground | Gets or sets the System.Windows.Media.Brush that fills the background of the selected text. | |
SelectionForeground | Gets or sets the System.Windows.Media.Brush used as foreground of the selected text. | |
Style | (Inherited from System.Windows.FrameworkElement) | |
TabIndex | (Inherited from System.Windows.Controls.Control) | |
TabNavigation | (Inherited from System.Windows.Controls.Control) | |
Tag | (Inherited from System.Windows.FrameworkElement) | |
Template | (Inherited from System.Windows.Controls.Control) | |
Text | Gets or sets the text in the C1ComboBox. The behavior depends on the AutoComplete and IsEditable properties. | |
TextAlignment | Gets or sets a value that indicates the horizontal alignment of text content. | |
Triggers | (Inherited from System.Windows.FrameworkElement) | |
UseLayoutRounding | (Inherited from System.Windows.UIElement) | |
ValidationDecoratorStyle | Gets or sets the style that is applied to the inner C1ValidationDecorator. | |
VerticalAlignment | (Inherited from System.Windows.FrameworkElement) | |
VerticalContentAlignment | (Inherited from System.Windows.Controls.Control) | |
Visibility | (Inherited from System.Windows.UIElement) | |
Watermark | Gets or sets the watermark content displayed when the control is empty. | |
Width | (Inherited from System.Windows.FrameworkElement) |
Name | Description | |
---|---|---|
DefaultStyleKey | (Inherited from System.Windows.Controls.Control) |
Name | Description | |
---|---|---|
BindingValidationError | (Inherited from System.Windows.FrameworkElement) | |
DataContextChanged | (Inherited from System.Windows.FrameworkElement) | |
DragEnter | (Inherited from System.Windows.UIElement) | |
DragLeave | (Inherited from System.Windows.UIElement) | |
DragOver | (Inherited from System.Windows.UIElement) | |
Drop | (Inherited from System.Windows.UIElement) | |
EditCompleted | Handle this event to know when the user has completed the edits. | |
GotFocus | (Inherited from System.Windows.UIElement) | |
IsDropDownOpenChanged | Event raised when the IsDropDownOpen property has changed. | |
IsEnabledChanged | (Inherited from System.Windows.Controls.Control) | |
IsMouseOverChanged | Event raised when the IsMouseOver property has changed. | |
KeyDown | (Inherited from System.Windows.UIElement) | |
KeyDownInPopup | Handle this event to provide your own custom navigation when the popup is opened. Receives the key that was pressed and the current index, and returns the new index that should be selected. | |
KeyUp | (Inherited from System.Windows.UIElement) | |
LayoutUpdated | (Inherited from System.Windows.FrameworkElement) | |
Loaded | (Inherited from System.Windows.FrameworkElement) | |
LostFocus | (Inherited from System.Windows.UIElement) | |
LostMouseCapture | (Inherited from System.Windows.UIElement) | |
MediaCommand | (Inherited from System.Windows.UIElement) | |
MouseEnter | (Inherited from System.Windows.UIElement) | |
MouseLeave | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonDown | (Inherited from System.Windows.UIElement) | |
MouseLeftButtonUp | (Inherited from System.Windows.UIElement) | |
MouseMove | (Inherited from System.Windows.UIElement) | |
MouseRightButtonDown | (Inherited from System.Windows.UIElement) | |
MouseRightButtonUp | (Inherited from System.Windows.UIElement) | |
MouseWheel | (Inherited from System.Windows.UIElement) | |
SelectedIndexChanged | Event raised when the SelectedIndex property has changed. | |
SelectedItemChanged | Event raised when the SelectedItem property has changed. | |
SelectedValueChanged | Event raised when the SelectedValue property has changed. | |
SelectionCommitted | Event fired when the select item is committed. | |
SizeChanged | (Inherited from System.Windows.FrameworkElement) | |
TextInput | (Inherited from System.Windows.UIElement) | |
TextInputStart | (Inherited from System.Windows.UIElement) | |
TextInputUpdate | (Inherited from System.Windows.UIElement) | |
Unloaded | (Inherited from System.Windows.FrameworkElement) | |
ValidateInput | Event fired when new text is added to an editable C1ComboBox. Catch this event to validate the new input. |