_OlkComboBox.DropDown Method

Definition

Expands the drop-down portion of the combo box.

public:
 void DropDown();
public void DropDown ();
Public Sub DropDown ()

Remarks

Simulates the user clicking the drop button on the control. This method causes the DropButtonClick event to fire.

Applies to