FSpot.MainWindow.ActiveIndex C# (CSharp) Method

ActiveIndex() private method

private ActiveIndex ( ) : int
return int
		int ActiveIndex ()
		{
			return Selection.Count == 1 ? SelectedIds () [0] : PHOTO_IDX_NONE;
		}
MainWindow