The C1FlexComboBox type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1FlexComboBox |
Initializes a new instance of a C1FlexComboBox.
|
Methods
| Name | Description | |
|---|---|---|
|
|
ApplyTemplate | (Inherited from Control.) |
|
|
Arrange | (Inherited from UIElement.) |
|
|
CaptureMouse | (Inherited from UIElement.) |
|
|
CheckAccess | (Inherited from DependencyObject.) |
|
|
ClearValue | (Inherited from DependencyObject.) |
|
|
Equals | (Inherited from Object.) |
|
|
FindName | (Inherited from FrameworkElement.) |
|
|
Focus | (Inherited from Control.) |
|
|
GetAnimationBaseValue | (Inherited from DependencyObject.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
GetValue | (Inherited from DependencyObject.) |
|
|
InvalidateArrange | (Inherited from UIElement.) |
|
|
InvalidateMeasure | (Inherited from UIElement.) |
|
|
Measure | (Inherited from UIElement.) |
|
|
OnApplyTemplate |
Overridden to remove focus/mouse borders and add dropdown button
to regular TextBox template.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().) |
|
|
ReadLocalValue | (Inherited from DependencyObject.) |
|
|
ReleaseMouseCapture | (Inherited from UIElement.) |
|
|
Select | (Inherited from TextBox.) |
|
|
SelectAll | (Inherited from TextBox.) |
|
|
SetBinding | (Inherited from FrameworkElement.) |
|
|
SetValue | (Inherited from DependencyObject.) |
|
|
ToString | (Inherited from Object.) |
|
|
TransformToVisual | (Inherited from UIElement.) |
|
|
UpdateLayout | (Inherited from UIElement.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AcceptsReturn | (Inherited from TextBox.) |
|
|
ActualHeight | (Inherited from FrameworkElement.) |
|
|
ActualWidth | (Inherited from FrameworkElement.) |
|
|
Background | (Inherited from Control.) |
|
|
BorderBrush | (Inherited from Control.) |
|
|
BorderThickness | (Inherited from Control.) |
|
|
Clip | (Inherited from UIElement.) |
|
|
Cursor | (Inherited from FrameworkElement.) |
|
|
DataContext | (Inherited from FrameworkElement.) |
|
|
DesiredSize | (Inherited from UIElement.) |
|
|
Dispatcher | (Inherited from DependencyObject.) |
|
|
DropDownItems |
Gets or sets the list of items to show in the dropdown list.
|
|
|
FontFamily | (Inherited from Control.) |
|
|
FontSize | (Inherited from Control.) |
|
|
FontSource | (Inherited from TextBox.) |
|
|
FontStretch | (Inherited from Control.) |
|
|
FontStyle | (Inherited from Control.) |
|
|
FontWeight | (Inherited from Control.) |
|
|
Foreground | (Inherited from Control.) |
|
|
Height | (Inherited from FrameworkElement.) |
|
|
HorizontalAlignment | (Inherited from FrameworkElement.) |
|
|
HorizontalContentAlignment | (Inherited from Control.) |
|
|
HorizontalScrollBarVisibility | (Inherited from TextBox.) |
|
|
IsDropDownEnabled |
Gets or sets whether the user should be allowed to open the drop-down
portion of the control.
|
|
|
IsDroppedDown |
Indicates whether the dropdown is currently being displayed.
|
|
|
IsEditable |
Gets or sets a value that determines whether the textbox is
editable or restricted to the items in the DropDownItems
collection.
|
|
|
IsEnabled | (Inherited from Control.) |
|
|
IsHitTestVisible | (Inherited from UIElement.) |
|
|
IsReadOnly | (Inherited from TextBox.) |
|
|
IsTabStop | (Inherited from Control.) |
|
|
Language | (Inherited from FrameworkElement.) |
|
|
ListBox |
Gets a reference to the ListBox used to display the drop-down items.
|
|
|
Margin | (Inherited from FrameworkElement.) |
|
|
MaxDropDownHeight |
Gets or sets the maximum height of the dropdown in pixels.
|
|
|
MaxHeight | (Inherited from FrameworkElement.) |
|
|
MaxLength | (Inherited from TextBox.) |
|
|
MaxWidth | (Inherited from FrameworkElement.) |
|
|
MinHeight | (Inherited from FrameworkElement.) |
|
|
MinWidth | (Inherited from FrameworkElement.) |
|
|
Name | (Inherited from FrameworkElement.) |
|
|
Opacity | (Inherited from UIElement.) |
|
|
OpacityMask | (Inherited from UIElement.) |
|
|
Padding | (Inherited from Control.) |
|
|
Parent | (Inherited from FrameworkElement.) |
|
|
RenderSize | (Inherited from UIElement.) |
|
|
RenderTransform | (Inherited from UIElement.) |
|
|
RenderTransformOrigin | (Inherited from UIElement.) |
|
|
Resources | (Inherited from FrameworkElement.) |
|
|
SelectedIndex |
Gets or sets the index of the item that is currently selected on the list.
|
|
|
SelectedText | (Inherited from TextBox.) |
|
|
SelectionBackground | (Inherited from TextBox.) |
|
|
SelectionForeground | (Inherited from TextBox.) |
|
|
SelectionLength | (Inherited from TextBox.) |
|
|
SelectionStart | (Inherited from TextBox.) |
|
|
Style | (Inherited from FrameworkElement.) |
|
|
TabIndex | (Inherited from Control.) |
|
|
TabNavigation | (Inherited from Control.) |
|
|
Tag | (Inherited from FrameworkElement.) |
|
|
Template | (Inherited from Control.) |
|
|
Text | (Inherited from TextBox.) |
|
|
TextAlignment | (Inherited from TextBox.) |
|
|
TextWrapping | (Inherited from TextBox.) |
|
|
Triggers | (Inherited from FrameworkElement.) |
|
|
UseLayoutRounding | (Inherited from UIElement.) |
|
|
VerticalAlignment | (Inherited from FrameworkElement.) |
|
|
VerticalContentAlignment | (Inherited from Control.) |
|
|
VerticalScrollBarVisibility | (Inherited from TextBox.) |
|
|
Visibility | (Inherited from UIElement.) |
|
|
Width | (Inherited from FrameworkElement.) |
Events
| Name | Description | |
|---|---|---|
|
|
BindingValidationError | (Inherited from FrameworkElement.) |
|
|
GotFocus | (Inherited from UIElement.) |
|
|
IsDroppedDownChanged |
Occurs when the value of the IsDroppedDown property changes.
|
|
|
IsEnabledChanged | (Inherited from Control.) |
|
|
KeyDown | (Inherited from UIElement.) |
|
|
KeyUp | (Inherited from UIElement.) |
|
|
LayoutUpdated | (Inherited from FrameworkElement.) |
|
|
Loaded | (Inherited from FrameworkElement.) |
|
|
LostFocus | (Inherited from UIElement.) |
|
|
LostMouseCapture | (Inherited from UIElement.) |
|
|
MouseEnter | (Inherited from UIElement.) |
|
|
MouseLeave | (Inherited from UIElement.) |
|
|
MouseLeftButtonDown | (Inherited from UIElement.) |
|
|
MouseLeftButtonUp | (Inherited from UIElement.) |
|
|
MouseMove | (Inherited from UIElement.) |
|
|
SelectionChanged | (Inherited from TextBox.) |
|
|
SizeChanged | (Inherited from FrameworkElement.) |
|
|
TextChanged | (Inherited from TextBox.) |