_OlkComboBox.DropDown Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.