GetDropDownItem Method (C1DropDownControlBase)
In This Topic
Gets the
C1.Win.Accessibility.UiaItem from the drop down part of this
C1DropDownControlBase control.
Syntax
'Declaration
Protected Overridable Function GetDropDownItem( _
ByVal As UiaItem _
) As UiaItem
protected virtual UiaItem GetDropDownItem(
UiaItem
)
Parameters
- uiaItem
See Also