C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1DropDownControl Class / OnCreateDropDownFrom Method

In This Topic
OnCreateDropDownFrom Method (C1DropDownControl)
In This Topic
Called when a drop down form is created.
Syntax
'Declaration
 
Protected Overridable Sub OnCreateDropDownFrom( _
   ByVal dropDownForm As DropDownForm _
) 
 

Parameters

dropDownForm
The new dropdown form.
See Also