McLensComboBoxUtilitiesGetLensList Method (Int32)
|
|
Returns a list of DotNetBar ComboItem objects that represents active lens entries.
This is meant to aid in population of different kinds of lens DotNetBar ComboBox controls.
(e.g., ComboBoxItem,
Namespace:
MediaCy.Addins.SystemSettings
Assembly:
MediaCy.Addins.SystemSettings (in MediaCy.Addins.SystemSettings.dll) Version: 3.1.0.0
SyntaxPublic Shared Function GetLensList (
ByRef activeLensIndex As Integer
) As List(Of ComboItem)
Parameters
- activeLensIndex
- Type: SystemInt32
If any of the entries matches the active camera lens, this will contain the index
of that entry within the list
Return Value
Type:
ListComboItem
See Also