Search
DropDown Members
Constructors Properties Methods Events
 


Represents a dropdown for a Picker control.

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

 Public Constructors

  Name Description

DropDown

Initializes a new instance of the DropDown class.

 Public Properties

  Name Description

follow

Gets or sets a value indicating whether the ToolTip will follow the mouse cursor. (Inherited from Tooltip.)

offset

Gets or sets the offset of the Tooltip. (Inherited from Tooltip.)

position

Gets or sets the position of the Tooltip. (Inherited from Tooltip.)

target

Gets a reference to the tooltip's target element. (Inherited from Tooltip.)

template

Gets or sets the ToolTip content template. (Inherited from Tooltip.)

text

Gets or sets the text of the ToolTip. (Inherited from Tooltip.)

trigger

Gets or sets the event, which shows the ToolTip. (Inherited from Tooltip.)

 Public Methods

  Name Description

attach

Control.attach override.

detach

Control.detach override.

doHide

Hides the Tooltip without raising events. (Inherited from Tooltip.)

doShow1

Shows the Tooltip without raising events. (Inherited from Tooltip.)

draw

Control.draw override.

hide

Hides the tooltip. (Inherited from Tooltip.)

render

Control.render override. (Inherited from Tooltip.)

show

Shows the tooltip. (Inherited from Tooltip.)

toggle

Toggles the tooltip's visibility. (Inherited from Tooltip.)

 Public Events

  Name Description

tooltipHide

Raised when the ToolTip is hidden. (Inherited from Tooltip.)

tooltipHiding

Raised when the ToolTip is hiding. (Inherited from Tooltip.)

tooltipShow

Raised when the Tooltip is shown. (Inherited from Tooltip.)

tooltipShowing

Raised when the Tooltip is showing. (Inherited from Tooltip.)

 See Also