Search
Picker Members
Constructors Properties Methods Events
 


A base class for picker controls.

The following tables list the members exposed by the Picker type.

 Public Constructors

  Name Description

Picker

Initializes a new instance of the Picker class.

 Public Properties

  Name Description

allowEmptyInput

Gets or sets a value indicating whether empty input is considered valid.

buttonStyle

Gets or sets a value indicating the display mode of the dropdown button.

clearButtonStyle

Gets or sets a value indicating the display mode of the clear button.

createWrapper

Gets or sets a value indicating whether a wrapper div element should be created for the control.

dropdownHeight

Gets or sets the height of the dropdown.

dropdownOffset

Gets or sets the offset of the dropdown.

dropdownWidth

Gets or sets the width of the dropdown.

invalidString

Gets or sets the string to display when the input is invalid.

state

Gets or sets the validation state of the control.

 Public Methods

  Name Description

attach

Control.attach override.

detach

Control.detach override.

dispose

Control.dispose override.

draw

Control.draw override.

validateInput

Validates keyboard input.

 Public Events

  Name Description

dropDownClose

Raised when the dropdown is closed.

dropDownShow

Raised when the dropdown is shown.

stateChanged

Raised when the control validation state is changed.

valueChanged

Raised when the dropdown is closed.

valueChanged

Raised when the control value is changed.

valueChanging

Raised when the control value is changing.

 See Also