'Declaration Public Function GetAppearanceVerticalOffset( _
ByVal currentVerticalOffsetThe current vertical offset in a list box annotation.As Single, _
ByVal focusedItemIndexIndex of the focused item in list box annotation.As System.Int32 _
) As Single
public float GetAppearanceVerticalOffset(
float currentVerticalOffset,
System.Int32 focusedItemIndex
)
public: float GetAppearanceVerticalOffset(
float currentVerticalOffset,
System.Int32 focusedItemIndex
)
public:
float GetAppearanceVerticalOffset(
float currentVerticalOffset,
System.Int32 focusedItemIndex
)
Parameters
- currentVerticalOffset
- The current vertical offset in a list box annotation.
- focusedItemIndex
- Index of the focused item in list box annotation.
Return Value
The vertical offset of the list box field in a list box annotation.