Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FontSelector Class / OnDropDown Method
Event arguments


In This Topic
OnDropDown Method (FontSelector)
In This Topic
Occurs when dropped down.
Syntax
'Declaration
 
Protected Overrides Sub OnDropDown( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FontSelector
Dim e As EventArgs
 
instance.OnDropDown(e)

Parameters

e
Event arguments
See Also