'Declaration Public Function SetFocusedIndexByLocation( _ ByVal location As Point, _ ByVal disableAutoScrollToPage As Boolean _ ) As Boolean
public bool SetFocusedIndexByLocation( Point location, bool disableAutoScrollToPage )
public: bool SetFocusedIndexByLocation( Point location, bool disableAutoScrollToPage )
public: bool SetFocusedIndexByLocation( Point location, bool disableAutoScrollToPage )
Parameters
- location
- The location in viewer (control) space.
- disableAutoScrollToPage
- Indicates that viewer should not scroll to the foused page automatically.
Return Value
Returns true if focused index is changed; otherwise, false.