public void Drop()
'Declaration
Public Sub Drop()
'Usage
Dim instance As GcDateTime instance.Drop()
This method presents the user with the drop-down editor to assist in data entry. If the control is disabled or the AllowDrop property is false, a call to this method is ignored.
When the drop-down editor is just about to display, the DropDownOpening and DropDownOpened events are triggered.
This method does not try to seize focus when the control does not have the input focus.