Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FontSelector Class / OnDrawItem Method
Event items


In This Topic
OnDrawItem Method
In This Topic
Occurs when the item is drawn.
Syntax
'Declaration
 
Protected Overrides Sub OnDrawItem( _
   ByVal e As DrawItemEventArgs _
) 
 
'Usage
 
Dim instance As FontSelector
Dim e As DrawItemEventArgs
 
instance.OnDrawItem(e)

Parameters

e
Event items
See Also