[]
        
(Showing Draft Content)

C1.WinUI.Input

C1.WinUI.Input Namespace

Classes

AutoSizeContentPresenter

Microsoft.UI.Xaml.Controls.ContentPresenter whose size can be determined by the size of its content and keep it if the content size is reduced.

C1AutoCompleteTextBox

Represents a control that can be used to display and edit plain text.

C1DropDown

C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.

C1DropDownButton

C1DropDown provides a generic drop-down control with a Header property that determines what the user sees when the drop-down part of the control is closed, and a Content property that determines what goes into the drop-down section.

C1MaskedTextBox

Represents a control that uses a mask to prevent users from entering invalid data.

C1NumericBox

The C1NumericBox control is a numeric editor that allows you to display and edit numeric values in many formats.

C1Popup

Popup that displays a Child element relatively to PlacementTarget.

C1PopupBorder

Border used to display the popup content inside.

C1RangeSlider

The C1RangeSlider control enables the end-user to select two values from a range by moving two Thumb controls along a track.

C1SplitButton

Button which contains another button in the right side which opens a popup.

C1TextBox

Represents a control that can be used to display and edit plain text,

C1ValidationDecorator

Displays binding validation errors.

MaskedTextChangedEventArgs

Provides data for the MaskedTextChanged event.

PopupUtil

Utility methods for popups.

PrepareDropDownEventArgs

Argument of the event fired before the drop-down box is opened.

TextBoxAutoCompleteEventArgs

Contains information about the AutoComplete.

Structs

AnchorMatching

Specifies an anchor matching between two elements.

Enums

Anchor

Specifies an anchor point in a visual element.

AutoSizeMode

Determines how the AutoSizeContentPresenter will be resized when the content changes its size.

DropDownDirection

Provides the supported expand directions for the C1DropDownButton.

MaskFormat

Defines how to format the value inside of a C1MaskedTextBox.

RangeSliderScrollBehavior

Specifies how thumbs will be moved when mouse click will be performed outside selected area.

RangeValidationMode

Mode of validation of the range between Maximum and Minimum of C1NumericBox.

SelectOnFocusCondition

Defines the possible conditions that cause selection of an entire control text when control receives focus.

ValidationState

Enumerates binding validation states.

Delegates

MaskedTextChangedEventHandler

Represents the method that handles the MaskedTextChanged event.