The C1FlexComboBox type exposes the following members.

Constructors

  Name Description
Public method C1FlexComboBox
Initializes a new instance of a C1FlexComboBox.

Methods

  Name Description
Public method ApplyTemplate (Inherited from Control.)
Public method Arrange (Inherited from UIElement.)
Public method CaptureMouse (Inherited from UIElement.)
Public method CheckAccess (Inherited from DependencyObject.)
Public method ClearValue (Inherited from DependencyObject.)
Public method Equals (Inherited from Object.)
Public method FindName (Inherited from FrameworkElement.)
Public method Focus (Inherited from Control.)
Public method GetAnimationBaseValue (Inherited from DependencyObject.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetValue (Inherited from DependencyObject.)
Public method InvalidateArrange (Inherited from UIElement.)
Public method InvalidateMeasure (Inherited from UIElement.)
Public method Measure (Inherited from UIElement.)
Public method OnApplyTemplate
Overridden to remove focus/mouse borders and add dropdown button to regular TextBox template.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method ReadLocalValue (Inherited from DependencyObject.)
Public method ReleaseMouseCapture (Inherited from UIElement.)
Public method Select (Inherited from TextBox.)
Public method SelectAll (Inherited from TextBox.)
Public method SetBinding (Inherited from FrameworkElement.)
Public method SetValue (Inherited from DependencyObject.)
Public method ToString (Inherited from Object.)
Public method TransformToVisual (Inherited from UIElement.)
Public method UpdateLayout (Inherited from UIElement.)

Properties

  Name Description
Public property AcceptsReturn (Inherited from TextBox.)
Public property ActualHeight (Inherited from FrameworkElement.)
Public property ActualWidth (Inherited from FrameworkElement.)
Public property Background (Inherited from Control.)
Public property BorderBrush (Inherited from Control.)
Public property BorderThickness (Inherited from Control.)
Public property Clip (Inherited from UIElement.)
Public property Cursor (Inherited from FrameworkElement.)
Public property DataContext (Inherited from FrameworkElement.)
Public property DesiredSize (Inherited from UIElement.)
Public property Dispatcher (Inherited from DependencyObject.)
Public property DropDownItems
Gets or sets the list of items to show in the dropdown list.
Public property FontFamily (Inherited from Control.)
Public property FontSize (Inherited from Control.)
Public property FontSource (Inherited from TextBox.)
Public property FontStretch (Inherited from Control.)
Public property FontStyle (Inherited from Control.)
Public property FontWeight (Inherited from Control.)
Public property Foreground (Inherited from Control.)
Public property Height (Inherited from FrameworkElement.)
Public property HorizontalAlignment (Inherited from FrameworkElement.)
Public property HorizontalContentAlignment (Inherited from Control.)
Public property HorizontalScrollBarVisibility (Inherited from TextBox.)
Public property IsDropDownEnabled
Gets or sets whether the user should be allowed to open the drop-down portion of the control.
Public property IsDroppedDown
Indicates whether the dropdown is currently being displayed.
Public property IsEditable
Gets or sets a value that determines whether the textbox is editable or restricted to the items in the DropDownItems collection.
Public property IsEnabled (Inherited from Control.)
Public property IsHitTestVisible (Inherited from UIElement.)
Public property IsReadOnly (Inherited from TextBox.)
Public property IsTabStop (Inherited from Control.)
Public property Language (Inherited from FrameworkElement.)
Public property ListBox
Gets a reference to the ListBox used to display the drop-down items.
Public property Margin (Inherited from FrameworkElement.)
Public property MaxDropDownHeight
Gets or sets the maximum height of the dropdown in pixels.
Public property MaxHeight (Inherited from FrameworkElement.)
Public property MaxLength (Inherited from TextBox.)
Public property MaxWidth (Inherited from FrameworkElement.)
Public property MinHeight (Inherited from FrameworkElement.)
Public property MinWidth (Inherited from FrameworkElement.)
Public property Name (Inherited from FrameworkElement.)
Public property Opacity (Inherited from UIElement.)
Public property OpacityMask (Inherited from UIElement.)
Public property Padding (Inherited from Control.)
Public property Parent (Inherited from FrameworkElement.)
Public property RenderSize (Inherited from UIElement.)
Public property RenderTransform (Inherited from UIElement.)
Public property RenderTransformOrigin (Inherited from UIElement.)
Public property Resources (Inherited from FrameworkElement.)
Public property SelectedIndex
Gets or sets the index of the item that is currently selected on the list.
Public property SelectedText (Inherited from TextBox.)
Public property SelectionBackground (Inherited from TextBox.)
Public property SelectionForeground (Inherited from TextBox.)
Public property SelectionLength (Inherited from TextBox.)
Public property SelectionStart (Inherited from TextBox.)
Public property Style (Inherited from FrameworkElement.)
Public property TabIndex (Inherited from Control.)
Public property TabNavigation (Inherited from Control.)
Public property Tag (Inherited from FrameworkElement.)
Public property Template (Inherited from Control.)
Public property Text (Inherited from TextBox.)
Public property TextAlignment (Inherited from TextBox.)
Public property TextWrapping (Inherited from TextBox.)
Public property Triggers (Inherited from FrameworkElement.)
Public property UseLayoutRounding (Inherited from UIElement.)
Public property VerticalAlignment (Inherited from FrameworkElement.)
Public property VerticalContentAlignment (Inherited from Control.)
Public property VerticalScrollBarVisibility (Inherited from TextBox.)
Public property Visibility (Inherited from UIElement.)
Public property Width (Inherited from FrameworkElement.)

Events

  Name Description
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event GotFocus (Inherited from UIElement.)
Public event IsDroppedDownChanged
Occurs when the value of the IsDroppedDown property changes.
Public event IsEnabledChanged (Inherited from Control.)
Public event KeyDown (Inherited from UIElement.)
Public event KeyUp (Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded (Inherited from FrameworkElement.)
Public event LostFocus (Inherited from UIElement.)
Public event LostMouseCapture (Inherited from UIElement.)
Public event MouseEnter (Inherited from UIElement.)
Public event MouseLeave (Inherited from UIElement.)
Public event MouseLeftButtonDown (Inherited from UIElement.)
Public event MouseLeftButtonUp (Inherited from UIElement.)
Public event MouseMove (Inherited from UIElement.)
Public event SelectionChanged (Inherited from TextBox.)
Public event SizeChanged (Inherited from FrameworkElement.)
Public event TextChanged (Inherited from TextBox.)

See Also