UpDownControlExtensions
Wisej.Web.Markup.UpDownControlExtensions
Last updated
Was this helpful?
Wisej.Web.Markup.UpDownControlExtensions
Last updated
Was this helpful?
Namespace: Wisej.Web.Markup
Assembly: Wisej.Framework (4.0.0.0)
Adds extension methods to the class.
Sets the BorderStyle property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
borderStyle
The border style to apply to the control.
Returns: . The modified UpDown control.
Sets the Editable property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
editable
Indicates whether the control should be editable.
Sets the HideUpDownButtons property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
hideUpDownButtons
Indicates whether the up-down buttons should be hidden.
Sets the InterceptArrowKeys property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
interceptArrowKeys
Indicates whether arrow key events should be intercepted.
Sets the Invalid property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
invalid
Indicates whether the current value is invalid.
Sets the InvalidMessage property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
invalidMessage
The message to display when the input is invalid.
TDomainUpDownControl
The type of the domain up-down control.
domainUpDownControl
The domain up-down control to which the event handler is to be attached.
action
The action to perform when the SelectedItemChanged event is triggered.
TDomainUpDownControl
The type of the domain up-down control.
domainUpDownControl
The domain up-down control to which the event handler is to be attached.
action
The action to perform when the SortedChanged event is triggered.
Sets the SelectOnEnter property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
selectOnEnter
Indicates whether the text should be selected when the control gains focus.
Sets the TextAlign property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
textAlign
The horizontal alignment of the text within the control.
Sets the UpDownAlign property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
upDownAlign
The horizontal alignment of the up-down buttons within the control.
Enables the Wrap property of the specified UpDown control.
TUpDownControl
upDownControl
The UpDown control to modify.
Returns: . The modified UpDown control.
Returns: . The modified UpDown control with up-down buttons hidden.
Returns: . The modified UpDown control.
Returns: . The modified UpDown control.
Returns: . The modified UpDown control.
Attaches an event handler to the SelectedItemChanged event of a control.
Returns: . The domain up-down control with the event handler attached.
Attaches an event handler to the SortedChanged event of a control.
Returns: . The domain up-down control with the event handler attached.
Returns: . The modified UpDown control.
Returns: . The modified UpDown control.
Returns: . The modified UpDown control.
Returns: . The modified UpDown control with wrapping enabled.