ComboBoxExtensions
Wisej.Web.Markup.ComboBoxExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.ComboBoxExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the AutoCompleteMode property of the specified .
TComboBox
comboBox
The combo box for which to set the AutoCompleteMode property.
autoCompleteMode
Returns: . The modified combo box with the updated AutoCompleteMode property.
This method allows you to specify the auto-complete mode for the combo box.
TComboBox
comboBox
The combo box for which to set the CharacterCasing property.
casing
This method allows you to specify the character casing for the text in the combo box.
TComboBox
comboBox
The combo box for which to set the DropDownHeight property.
height
The height of the drop-down portion of the combo box.
This method allows you to specify the height of the drop-down portion of the combo box.
TComboBox
comboBox
The combo box for which to set the DropDownStyle property.
style
This method allows you to specify the drop-down style for the combo box.
TComboBox
comboBox
The combo box for which to set the DropDownWidth property.
width
The width of the drop-down portion of the combo box.
This method allows you to specify the width of the drop-down portion of the combo box.
TComboBox
comboBox
The combo box for which to set the DroppedDown property.
value
A boolean indicating whether the combo box is dropped down.
This method allows you to programmatically open or close the drop-down portion of the combo box.
TComboBox
comboBox
The combo box for which to set the IncrementalSelection property.
value
A boolean indicating whether incremental selection is enabled.
This method allows you to enable or disable incremental selection for the combo box.
TComboBox
comboBox
The combo box for which to set the ItemHeight property.
height
The height of each item in the combo box.
This method allows you to specify the height of each item in the combo box.
TComboBox
comboBox
The combo box to which the items should be added.
items
An array of items to add to the combo box.
This method allows you to add multiple items to the combo box in one call.
TComboBox
comboBox
The combo box for which to set the LazyLoading property.
value
A boolean indicating whether lazy loading is enabled.
This method allows you to enable or disable lazy loading for the combo box.
TComboBox
comboBox
The combo box for which to set the MaxLength property.
length
The maximum number of characters that can be entered in the combo box.
This method allows you to specify the maximum number of characters that can be entered in the combo box.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute during the AutoComplete event, with the combo box and event arguments as parameters.
This method allows you to define custom auto-complete behavior by executing a specified action during the AutoComplete event.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the drop-down portion of the combo box is closed.
This method allows you to execute a custom action whenever the drop-down portion of the combo box is closed.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the DropDownStyle property changes.
This method allows you to execute a custom action whenever the DropDownStyle property of the combo box changes.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the combo box is loaded.
This method allows you to execute a custom action whenever the combo box is loaded.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the SelectedIndex property changes.
This method allows you to execute a custom action whenever the SelectedIndex property of the combo box changes.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the SelectedItem property changes.
This method allows you to execute a custom action whenever the SelectedItem property of the combo box changes.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the selection change is committed by the user.
This method allows you to execute a custom action whenever the user commits a selection change in the combo box.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when the Sorted property changes.
This method allows you to execute a custom action whenever the Sorted property of the combo box changes.
TComboBox
comboBox
The combo box to attach the event handler to.
action
An action to execute when a tool is clicked within the combo box.
This method allows you to execute a custom action whenever a tool within the combo box is clicked.
TComboBox
comboBox
The combo box for which to set the SelectedItem property.
item
The item to select in the combo box.
This method allows you to specify the selected item in the combo box.
TComboBox
comboBox
The combo box for which to set the SelectedText property.
text
The text to select in the combo box.
This method allows you to specify the selected text in the combo box.
TComboBox
comboBox
The combo box for which to set the SelectionLength property.
length
The number of characters to select in the text of the combo box.
This method allows you to specify the number of characters to select in the text of the combo box.
TComboBox
comboBox
The combo box for which to set the SelectionStart property.
index
The starting position of the text selection in the combo box.
This method allows you to specify the starting position of the text selection in the combo box.
TComboBox
comboBox
The combo box for which to set the SelectOnEnter property.
value
A boolean indicating whether the text should be selected on enter.
This method allows you to enable or disable selecting the text when the combo box is entered.
TComboBox
comboBox
The combo box for which to set the Sorted property.
value
A boolean indicating whether the combo box is sorted.
This method allows you to specify whether the items in the combo box should be sorted automatically.
TComboBox
comboBox
The combo box for which to set the SpellCheck property.
value
A boolean indicating whether spell check is enabled.
This method allows you to enable or disable spell checking for the combo box.
TComboBox
comboBox
The combo box to which the tools should be added.
tools
An array of tools to add to the combo box.
This method allows you to add multiple tools to the combo box in one call.
TComboBox
comboBox
The combo box for which to set the Watermark property.
text
The watermark text to display in the combo box.
This method allows you to set a watermark text for the combo box.
The type of the combo box, must inherit from .
The to set for the combo box.
Sets the CharacterCasing property of the specified .
The type of the combo box, must inherit from .
The to set for the combo box.
Returns: . The modified combo box with the updated CharacterCasing property.
Sets the DropDownHeight property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated DropDownHeight property.
Sets the DropDownStyle property of the specified .
The type of the combo box, must inherit from .
The to set for the combo box.
Returns: . The modified combo box with the updated DropDownStyle property.
Sets the DropDownWidth property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated DropDownWidth property.
Sets the DroppedDown property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated DroppedDown property.
Sets the IncrementalSelection property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated IncrementalSelection property.
Sets the ItemHeight property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated ItemHeight property.
Adds the specified items to the Items collection of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the added items.
Sets the LazyLoading property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated LazyLoading property.
Sets the MaxLength property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated MaxLength property.
Attaches an event handler for the AutoComplete event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached AutoComplete event handler.
Attaches an event handler for the DropDownClosed event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached DropDownClosed event handler.
Attaches an event handler for the DropDownStyleChanged event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached DropDownStyleChanged event handler.
Attaches an event handler for the Load event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached Load event handler.
Attaches an event handler for the SelectedIndexChanged event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached SelectedIndexChanged event handler.
Attaches an event handler for the SelectedItemChanged event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached SelectedItemChanged event handler.
Attaches an event handler for the SelectionChangeCommitted event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached SelectionChangeCommitted event handler.
Attaches an event handler for the SortedChanged event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached SortedChanged event handler.
Attaches an event handler for the ToolClick event of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the attached ToolClick event handler.
Sets the SelectedItem property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated SelectedItem property.
Sets the SelectedText property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated SelectedText property.
Sets the SelectionLength property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated SelectionLength property.
Sets the SelectionStart property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated SelectionStart property.
Sets the SelectOnEnter property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated SelectOnEnter property.
Sets the Sorted property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated Sorted property.
Sets the SpellCheck property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated SpellCheck property.
Adds the specified tools to the Tools collection of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the added tools.
Sets the Watermark property of the specified .
The type of the combo box, must inherit from .
Returns: . The modified combo box with the updated Watermark property.